Remove default debugging flags from Makefile

This commit is contained in:
Thraix
2020-03-01 21:02:59 +01:00
parent f2afec473f
commit a36f245f37
4 changed files with 9 additions and 7 deletions
+4 -2
View File
@@ -10,6 +10,8 @@
</configuration>
<configuration name="Debug">
<define>_DEBUG</define>
<cflag>-g3</cflag>
<cflag>-w</cflag>
<generatehfile>false</generatehfile>
<hfilename>MakeGen.h</hfilename>
<outputdir>bin/</outputdir>
@@ -18,6 +20,6 @@
<projectname>MakeGen</projectname>
<srcdir>src/</srcdir>
</configuration>
<target>Release</target>
<version>v1.3.2</version>
<target>Debug</target>
<version>v1.3.3</version>
</makegen>