Dev c++ had this option as Project Options->Compiler->Linker->Do not create console window
How can I do this in C::B. Which linker option should I use? I think it will be some Xlinker style option.
Some additional info: I use nostartlibs and s options becouse I am trying to find out how are things like argument pushing, function calls and ++ -- operators done in EXE. I decompress them in 7z. If you have some materials about this it will really help me.