]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
disable profiling by default
[xonotic/darkplaces.git] / 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,