Skip to content

Commit

Permalink
OF win_cb project: add debug flags in debug target
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed May 3, 2012
1 parent 5df31c3 commit 4d946ef
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -13,6 +13,9 @@
<Option object_output="obj\debug" /> <Option object_output="obj\debug" />
<Option type="2" /> <Option type="2" />
<Option compiler="gcc" /> <Option compiler="gcc" />
<Compiler>
<Add option="-g3" />
</Compiler>
</Target> </Target>
<Target title="release"> <Target title="release">
<Option output="..\..\lib\win_cb\openFrameworks.lib" prefix_auto="0" extension_auto="0" /> <Option output="..\..\lib\win_cb\openFrameworks.lib" prefix_auto="0" extension_auto="0" />
Expand Down

0 comments on commit 4d946ef

Please sign in to comment.