/usr/share/codeblocks/compilers/options_cygwin.xml is in codeblocks-common 13.12-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler_options>
<CodeBlocks_compiler_options extends="gcc">
<!-- NOTE: Cygwin's gcc.exe maybe a file link and
is not a good default name for running via cmd.exe
TODO: May also be gcc-4.exe!!! -->
<Program name="C" value="gcc-3.exe"/>
<Program name="CPP" value="g++-3.exe"/>
<Program name="LD" value="g++-3.exe"/>
<Program name="DBGconfig" value="gdb_debugger:Default"/>
<Program name="LIB" value="ar.exe"/>
<Program name="WINDRES" value="windres.exe"/>
<Program name="MAKE" value="make.exe"/>
<Switch name="forceFwdSlashes" value="true"/>
<Option name="Do not use cygwin specific functionality"
option="-mno-cygwin"/>
</CodeBlocks_compiler_options>
|