IFS-HSR / SConsolidator

An Eclipse plug-in for the build system SCons (scons.org).
24 stars 10 forks source link

Not respecting miscellaneous C++ linker flags #32

Open Azreal opened 9 years ago

Azreal commented 9 years ago

Adding a Linker flag in settings -> C/C++ Build -> Settings -> GCC C++ Linker -> Miscellaneous -> Linker flags should set SConfig.py: LINKER_FLAGS. Currently it is ignored.

Tested by setting Linker flags to -fuse-ld=gold.

mrueegg commented 9 years ago

You're right, I was able to reproduce this in Eclipse Luna and CDT 8.6.0 (will probably also happen in Mars then). Include paths and macros are OK, but linker flags and also libraries are ignored in the generated SConfig.py file. I will try to fix this now and reply back as soon as I have found the issue.