Code::Blocks Forums

User forums => Help => Topic started by: maxorator on November 24, 2007, 02:16:32 pm

Title: Code:blocks doesn't accept --foo compiler options
Post by: maxorator on November 24, 2007, 02:16:32 pm
If I add a compiler option starting with a -- (--add-stdcall-alias), then it converts it to -f (-fadd-stdcall-alias) and GCC doesn't recognize it anymore. :P

My mistake,  :( , GCC doesn't seem to be supposed to accept --stuff.
Title: Re: Code:blocks doesn't accept --foo compiler options
Post by: alchemist on November 24, 2007, 03:56:27 pm
which GCC ? which version ? for which platform ?