Do not force -O0 with --disable-optimizations
GCC takes the last -O* option, which defaults to -O0 anyway. With ./configure forcing -O0, there was no way to select a custom optimization level via external CFLAGS.
Showing
Please register or sign in to comment