Don't set "-O0 -g" C flags when -debug is given
-debug now only determines whether or not a debug RTS is linked in. To get main() with debugging symbols you need to explicitly say -optc-O0 -optc-g
Showing
Please register or sign in to comment