Questions on inlining of code

Jason Merrill jason@cygnus.com
Wed Mar 31 23:46:00 GMT 1999


>>>>> Steve Snyder <ssnyder@indy.net> writes:

 > Two question on inlining of code in egcs/pgcc:
 > 1. Is it possible to disable automatic inlining (compiler switches -O3 or 
 > -finline) while still respecting the inline declaration in the source code?

The switch you want is -fno-inline-functions; -fno-inline disables all
inlining.

Jason



More information about the Gcc mailing list