Add execution parameters to codeblocks project file: p.cpp --debug

This commit is contained in:
Reijo Tomperi 2009-11-19 00:49:26 +02:00
parent 7ddc4f4e02
commit a5e4f957fa
1 changed files with 1 additions and 0 deletions

View File

@ -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>