From cf1572fc715474459d170a47fd84407621ab2601 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 18 Sep 2002 05:02:10 +0000 Subject: [PATCH] disable profiling by default git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2391 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2