View Single Post
Author Message
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 04-24-2020 , 06:09   Clang 3.8 enable link time optimization
Reply With Quote #1

I'm trying to build my CEntity-based extensions with '-flto' option following this instruction:
http://llvm.org/docs/GoldPlugin.html#lto-how-to-build

basecally I replaced /usr/bin/ld with /usr/bin/ld.gold and added '-flto' to cxx.cflags in AMBuildScript

And I get these errors for some object files in my extensions:
Code:
/usr/bin/ld: error: extension.o:1:3: invalid character
/usr/bin/ld: error: extension.o:1:3: syntax error, unexpected $end
/usr/bin/ld: error: extension.o: not an object or archive

Last edited by kadet.89; 04-24-2020 at 06:10.
kadet.89 is offline
Send a message via Skype™ to kadet.89