-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
./configure --enable-debug is broken #2101
Comments
https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/C_002b_002b-Compiler.html
|
Also, we might want to use |
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options
|
Clang accepts the |
It produces
-O0 -O2
, which means the compiler will use-O2
instead of-O0
.The text was updated successfully, but these errors were encountered: