Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
(http://img449.imageshack.us/img449/6638/reset4mx.png)
-
ok thanks
btw
is there a way to make mingw compile to non-pe as i need to link to flat binary
-
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!)