You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: