From: havoc Date: Wed, 18 Sep 2002 05:02:10 +0000 (+0000) Subject: disable profiling by default X-Git-Tag: RELEASE_0_2_0_RC1~225 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cf1572fc715474459d170a47fd84407621ab2601;p=xonotic%2Fdarkplaces.git disable profiling by default git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2391 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index 90ad547d..2489fe85 100644 --- 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,