News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

how is compiler options stored

Started by hckr83, October 23, 2005, 08:44:27 PM

Previous topic - Next topic

hckr83

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

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

hckr83

ok thanks

btw
is there a way to make mingw compile to non-pe as i need to link to flat binary

thomas

#3
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!)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."