r4007 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 3 09:31:57 EDT 2008


Author: div0
Date: 2008-08-03 09:31:56 -0400 (Sun, 03 Aug 2008)
New Revision: 4007

Modified:
   trunk/data/Makefile
Log:
add -Ono-c -Ono-cs to work around a fteqcc bug that hides all array elements from prvm_edict
Savegames are STILL broken, due to the same fteqcc bug.


Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2008-08-02 18:57:57 UTC (rev 4006)
+++ trunk/data/Makefile	2008-08-03 13:31:56 UTC (rev 4007)
@@ -3,7 +3,7 @@
 PK3NAME ?= `date +../data%Y%m%d.pk3`
 ZIP ?= 7za a -tzip -mx=9
 
-FTEQCCFLAGS ?= -Wall -Wno-mundane -O3 -flo
+FTEQCCFLAGS ?= -Wall -Wno-mundane -O3 -Ono-c -Ono-cs -flo
 FTEQCCFLAGS_PROGS ?= 
 FTEQCCFLAGS_MENU ?= 
 




More information about the nexuiz-commits mailing list