Hi,
there is a bug in the linker/compiler settings dialog in the Project Settings. If one has two options which starts with the same character, the logic which toggles the checkboxes in the options list gets confused. I have two entries in the linker options list [-s] and [-static-libgcc], since they start both with -s, it's not possible to check both in the checklist.
Frank
Bug in project settings->Compiler/Linker options
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Bug in project settings->Compiler/Linker options
Here is a patch for this bug.
Regards
Michal
Regards
Michal
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug in project settings->Compiler/Linker options
Applied
Make sure you have read the HOW TO POST thread