C++ and the -O3 compilation flag

looks like it still prints debug info with -O3 -g, and optimizes code like without -g
would u add -O3 everywhere for a day to test it?

1 Like