Hi,
Does anyone know how Ican use inline function calls when i have optimize turned off like so -00 -ggdb so that i can have debug symbols for debugging .
I am using gcc version 4.1.1 I have been looking on the gcc man pages and having no luck in finding the solution ...
In order for iinline functions it needs to have -02 (optimise level switched on)
Any one know what i could use
Does anyone know how Ican use inline function calls when i have optimize turned off like so -00 -ggdb so that i can have debug symbols for debugging .
I am using gcc version 4.1.1 I have been looking on the gcc man pages and having no luck in finding the solution ...
In order for iinline functions it needs to have -02 (optimise level switched on)
Any one know what i could use
Comment