]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disable profiling by default
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Sep 2002 05:02:10 +0000 (05:02 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Sep 2002 05:02:10 +0000 (05:02 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2391 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 90ad547dc20958295b807e9b9518300e6592b7f5..2489fe85c21a7aa397271461ab060dc7009ef2b1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -39,9 +39,9 @@ SHAREDOBJECTS= builddate.o cmd.o collision.o common.o crc.o cvar.o filematch.o h
 CPUOPTIMIZATIONS=
 
 #use this line for profiling
-PROFILEOPTION=-pg -g
+#PROFILEOPTION=-pg -g
 #use this line for no profiling
-#PROFILEOPTION=
+PROFILEOPTION=
 
 #note:
 #the -Werror can be removed to compile even if there are warnings,