GCC with optimization set to 0 does not actually result in no optimizations, which can be annoying when trying to use a debugger like gdb, and finding that your variable has been optimized out. We already do this with clang, so gcc is a bit of an outlier here.pull/10059/head
parent
4934b9968a
commit
f9bfeb2add
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue