[Atsoft-commit] CVS: dcgen Makefile.prefab,1.4,1.5
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-04-08 16:39:11
|
Update of /cvsroot/atsoft/dcgen In directory usw-pr-cvs1:/tmp/cvs-serv12097 Modified Files: Makefile.prefab Log Message: Makefile.prefab: moved "-finline-funcs" optimization flag to the default set of "RELEASE" flags. vdp.c: cleaned up and sped up some sections of code. mem68k.c: cleanedup and sped up memory reading. ui-kos.c: general code cleanup, worked out the correct values for the palette code, colors are a bit dark but are correct. uip-kos.c: made it so it could compile again. fm.c: general warnings cleanup (removed logging calls). gensoundp-kos.c: general warnings cleanup. Index: Makefile.prefab =================================================================== RCS file: /cvsroot/atsoft/dcgen/Makefile.prefab,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.prefab 14 Feb 2002 05:56:27 -0000 1.4 --- Makefile.prefab 8 Apr 2002 01:15:32 -0000 1.5 *************** *** 33,41 **** ifdef RELEASE_BUILD ! KOS_LOCAL_CFLAGS += -DRELEASE_BUILD=1 -DNOLOGGING=1 endif ifdef EXP_OPT ! KOS_LOCAL_CFLAGS += -falign-functions -falign-jumps -falign-loops -fdce -fssa -fregmove -ffast-math -frerun-loop-opt -frerun-cse-after-loop -fgcse -funroll-all-loops -fdelete-null-pointer-checks -finline-functions -fmove-all-movables -freduce-all-givs -fexpensive-optimizations -fno-rtti endif --- 33,41 ---- ifdef RELEASE_BUILD ! KOS_LOCAL_CFLAGS += -DRELEASE_BUILD=1 -DNOLOGGING=1 -finline-functions endif ifdef EXP_OPT ! KOS_LOCAL_CFLAGS += -falign-functions -falign-jumps -falign-loops -fdce -fssa -fregmove -ffast-math -frerun-loop-opt -frerun-cse-after-loop -fgcse -funroll-all-loops -fdelete-null-pointer-checks -fmove-all-movables -freduce-all-givs -fexpensive-optimizations -fno-rtti endif |