gcc - iPhone -mthumb-interlinking -


os figured out how use -mthumb , -mno-thumb compiler flag , more or less understand it's doing.

but -mthumb-interlinking flag doing? when needed, , set whole project if set 'compile thumb' in project settings?

thanks info!

open terminal , type man gcc

do mean -mthumb-interwork ?

   -mthumb-interwork        generate code supports calling between arm , thumb        instruction sets.  without option 2 instruction sets        cannot reliably used inside 1 program.  default        -mno-thumb-interwork, since larger code generated when        -mthumb-interwork specified. 

if related build configuration, should able set separately each configuration "such release or debug".

why want change these settings? know using thumb instructions save memory save enough matter in case?


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -