Remove default debugging flags from Makefile
This commit is contained in:
+4
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user