From: havoc Date: Mon, 2 Feb 2009 00:25:06 +0000 (+0000) Subject: changed CC=gcc to CC?=gcc at O.Sezer's recommendation X-Git-Tag: xonotic-v0.1.0preview~1904 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2e58d3b5f480e65c7ba7d4cf7aa4605a4444876a;p=xonotic%2Fdarkplaces.git 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 --- 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