I assume that stacktraces will be unaffected, but it depends on what you mean 
by debugging. For me, I consider debugging to be mostly using gdb with the 
native debugging compiler option. But if you're talking about print debugging 
and using nim's stacktraces, that should be fine.

>From [here](https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html) again, 
>it says -O1, -O2, -O3, -Ofast all have the 
>_[potential](https://forum.nim-lang.org/postActivity.xml#potential) to affect 
>native debugging (most likely if using the native debugging compiler option 
>and trying to step through with gdb).

Reply via email to