Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hckr83 on October 23, 2005, 08:44:27 pm

Title: how is compiler options stored
Post by: hckr83 on October 23, 2005, 08:44:27 pm
I am wondering how compiler and command line options are stored, if they are stored in a file then could someone please upload the default one as i really don't want to reinstall codeblocks but i want to have a way to return to the way it was(i have configured some things and i think i messed up) if they are in registry keys or some other method then i will just reinstall

btw i like that spell check feature in this forum
Title: Re: how is compiler options stored
Post by: thomas on October 23, 2005, 08:49:25 pm
(http://img449.imageshack.us/img449/6638/reset4mx.png)
Title: Re: how is compiler options stored
Post by: hckr83 on October 23, 2005, 08:58:29 pm
ok thanks

btw
is there a way to make mingw compile to non-pe as i need to link to flat binary
Title: Re: how is compiler options stored
Post by: thomas on October 23, 2005, 09:02:07 pm
objcopy -O binary


EDIT:
Oh, and you might find -nostartfiles-nostdlib,  or -nodefaultlibs helpful if you do that kind ob obscure stuff (I better not ask what you want to have a raw executable for!)