]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
stencil is now supported (optional, off by default, use vid_stencil to enable)
[xonotic/darkplaces.git] / makefile
index 09a468c93be45c827c5dc609c32b1a9002b0f712..8c487a9227c7d40fc415745885e9a834c85c831e 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,