Add execution parameters to codeblocks project file: p.cpp --debug
This commit is contained in:
parent
7ddc4f4e02
commit
a5e4f957fa
|
@ -11,6 +11,7 @@
|
|||
<Option output="cppcheck" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="p.cpp --debug" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
|
|
Loading…
Reference in New Issue