Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not respecting miscellaneous C++ linker flags #32

Open
Azreal opened this issue Aug 14, 2015 · 1 comment
Open

Not respecting miscellaneous C++ linker flags #32

Azreal opened this issue Aug 14, 2015 · 1 comment

Comments

@Azreal
Copy link

Azreal commented Aug 14, 2015

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
Copy link
Contributor

mrueegg commented Aug 25, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants