Can now compile with optimizations. The arm files uses ~300MB of RAM though, but I think it's acceptable.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@134 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
Nach 2007-12-01 22:42:15 +00:00
parent df166a4990
commit 7951f5ab52
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC=gcc
CPPC=g++
CFLAGS=-W -Wall -Wno-unused -DHAVE_NETINET_IN_H -DHAVE_ARPA_INET_H -DFINAL_VERSION -DBKPT_SUPPORT -DC_CORE -DSDL -DSYSCONFDIR="home" -DUSE_OPENGL
CFLAGS=-W -Wall -Wno-unused -O3 -DHAVE_NETINET_IN_H -DHAVE_ARPA_INET_H -DFINAL_VERSION -DBKPT_SUPPORT -DC_CORE -DSDL -DSYSCONFDIR="home" -DUSE_OPENGL
CXXFLAGS=${CFLAGS}
ASM=nasm
ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/