Page 1 of 1

Bug in project settings->Compiler/Linker options

Posted: Wed Nov 25, 2009 1:30 pm
by frank_frl
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

Re: Bug in project settings->Compiler/Linker options

Posted: Wed Nov 25, 2009 3:02 pm
by marfi
Here is a patch for this bug.

Regards
Michal

Re: Bug in project settings->Compiler/Linker options

Posted: Wed Nov 25, 2009 7:32 pm
by eranif
Applied