Connecting Tech Pros Worldwide Help | Site Map

Linux g++: how to prevent ALL functions being inlined

  #1  
Old November 20th, 2008, 04:25 PM
Michal
Guest
 
Posts: n/a
Hallo Group Members
I am using g++ version 4.3.0.
Previously I used "-finline-limit=0" for that, but now it no longer works.

best regards,
Michal
  #2  
Old November 20th, 2008, 04:55 PM
maverik
Guest
 
Posts: n/a

re: Linux g++: how to prevent ALL functions being inlined


On Nov 20, 7:16*pm, Michal <rabbi...@tenbit.plwrote:
Quote:
Hallo Group Members
I am using g++ version 4.3.0.
Previously I used "-finline-limit=0" for that, but now it no longer works.
It is not the right place to ask questions about gcc/g++

Use -fno-inlide or -fno-default-inline
  #3  
Old November 20th, 2008, 05:05 PM
Michal
Guest
 
Posts: n/a

re: Linux g++: how to prevent ALL functions being inlined


maverik <maverik.mail@gmail.comwrites:
Quote:
It is not the right place to ask questions about gcc/g++
where is it then?

Quote:
Use -fno-inlide or -fno-default-inline
thanks for the answer
  #4  
Old November 20th, 2008, 05:05 PM
Maxim Yegorushkin
Guest
 
Posts: n/a

re: Linux g++: how to prevent ALL functions being inlined


On Nov 20, 4:52*pm, Michal <rabbi...@tenbit.plwrote:
Quote:
maverik <maverik.m...@gmail.comwrites:
Quote:
It is not the right place to ask questions about gcc/g++
>
where is it then?
gnu.g++.help

--
Max
Closed Thread