How to disable gcc automatic inlining ?
How to disable gcc automatic inlining ?
- Subject: How to disable gcc automatic inlining ?
- From: Paul Russell <email@hidden>
- Date: Tue, 11 Nov 2008 13:32:36 +0000
How I can I use -O3 optimisation but disable automatic inlining of non-
inline functions ? The only workaround I have found so far is to use
__attribute__ ((noinline)) on every static function which I want to
prevent from being inlined, which is very tedious. Ideally I'd just
like a compiler switch which would make this the default behaviour at -
O3, so that only explicitly defined inline functions will be inlined,
but I can't see anything which controls this in the gcc docs.
Thanks,
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden