Can now compile with optimizations. The arm files uses ~300MB of RAM though, but I think it's acceptable.
This commit is contained in:
parent
f9d46aa66f
commit
9bc2aef60d
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CPPC=g++
|
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}
|
CXXFLAGS=${CFLAGS}
|
||||||
ASM=nasm
|
ASM=nasm
|
||||||
ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/
|
ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/
|
||||||
|
|
Loading…
Reference in New Issue