2007-10-21 19:51:02 +02:00
|
|
|
--- hexenworld/Server/Makefile.orig Thu Jul 12 14:41:20 2007
|
|
|
|
+++ hexenworld/Server/Makefile Mon Oct 8 16:01:34 2007
|
|
|
|
@@ -64,7 +64,7 @@
|
|
|
|
|
|
|
|
else
|
2007-02-25 16:58:09 +01:00
|
|
|
|
|
|
|
-CFLAGS := $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
|
|
|
|
+CFLAGS := $(CFLAGS) $(CPUFLAGS) -O2 -Wall -ffast-math -fexpensive-optimizations
|
|
|
|
|
2007-10-21 19:51:02 +02:00
|
|
|
ifdef NO_UNIT_AT_A_TIME
|
|
|
|
CFLAGS := $(CFLAGS) $(call check_gcc,-fno-unit-at-a-time,)
|