clang - Xcode bigobj option -


hi xcode 5 failed compile file in 32-bit due size of object file. tried add -bigobj flag doe not change anything. tried change optimization settings without success.

the error : "fatal error: error in backend: section large, can't encode r_address (0x1001a97) 24 bits of scattered relocation entry."

there no problems when compiling in 64-bit.

does have idea ?

thanks


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -