From 9bc2aef60d27f0b0545f60f4bf41764772653e8d Mon Sep 17 00:00:00 2001 From: Nach Date: Sat, 1 Dec 2007 22:42:15 +0000 Subject: [PATCH] Can now compile with optimizations. The arm files uses ~300MB of RAM though, but I think it's acceptable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4a5af0c..31a6d90b 100644 --- a/Makefile +++ b/Makefile @@ -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/