From 2e58d3b5f480e65c7ba7d4cf7aa4605a4444876a Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 2 Feb 2009 00:25:06 +0000 Subject: [PATCH] changed CC=gcc to CC?=gcc at O.Sezer's recommendation git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8690 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.inc b/makefile.inc index 5abd9fc8..4598721c 100644 --- a/makefile.inc +++ b/makefile.inc @@ -3,7 +3,7 @@ CHECKLEVEL1 = @if [ "$(LEVEL)" != 1 ]; then $(MAKE) help; false; fi CHECKLEVEL2 = @if [ "$(LEVEL)" != 2 ]; then $(MAKE) help; false; fi # Choose the compiler you want to use -CC=gcc +CC?=gcc # athlon optimizations #CPUOPTIMIZATIONS?=-march=athlon -- 2.39.2