Skip to content

Turning on the debug build now also disables optimizations for GCC.

Thomas Gruber requested to merge github/fork/K-Wic/fix_debug into master

Created by: K-Wic

Not using -O0 is a real pita when trying to debug things with gdb.

Unfortunately this step also requires uninlining two functions, which are optimized away in the release build, but cause linker problems when left in.

Merge request reports