Overriding optimization for individual portions of C code

JCA 1.41421@gmail.com
Sat Mar 19 00:04:00 GMT 2005


   Is it possible with gcc to specify that a portion of code should be
compiled without any optimizations, overriding the -O option given in
the command line? The solution consisting of isolating that portion of
code, and placing it in a separate file is not what I am looking for.



More information about the Gcc mailing list