Skip to content

Add the option --disable-libstdcxx-verbose to gcc #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

learn-more
Copy link
Member

@learn-more learn-more commented Jan 5, 2019

This uses std::abort instead of __gnu_cxx::__verbose_terminate_handler, reducing binary output size for gcc.
(Our current gcc builds include a full c++ name demangler in every binary)

This uses std::abort instead of __gnu_cxx::__verbose_terminate_handler, reducing binary output size
This uses std::abort instead of __gnu_cxx::__verbose_terminate_handler, reducing binary output size
Now for unix
@learn-more
Copy link
Member Author

Please note that I have not tested a build with this yet.

@dreimer1986
Copy link
Collaborator

Here the recent howto build your own GCC (Windows in that case). 99.9% the same stuff as the Unix one. So you are free to tinker around if you want to. ^^ https://reactos.org/wiki/Building_MINGW-w64 New RosBE is around the corner, but first stuff has to work nicely, then we can check that parameter in use.

@learn-more
Copy link
Member Author

Manually added at the hackfest.

@learn-more learn-more closed this Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants