I have an issue when static linking to an external library on OS X 64-bit (in my case luajit) that is known to have problems when -dead_strip is passed to the linker due to some code being written in asm. A brief talk in the IRC lead to @cmr suggesting me to open this issue. The name no-gc-sections is for matching the gnu ld --gc-sections nomenclature.
I'm keeping it brief I can give more details if requested.
Edit: PS: I'm manually linking as temporary fix.
I have an issue when static linking to an external library on OS X 64-bit (in my case luajit) that is known to have problems when
-dead_stripis passed to the linker due to some code being written in asm. A brief talk in the IRC lead to @cmr suggesting me to open this issue. The nameno-gc-sectionsis for matching the gnu ld--gc-sectionsnomenclature.I'm keeping it brief I can give more details if requested.
Edit: PS: I'm manually linking as temporary fix.