wow I'm tired

This commit is contained in:
David Anderson 2006-06-04 09:28:45 +00:00
parent 1035c35c03
commit cef005317b

View File

@ -57,7 +57,7 @@ ifeq "$(AMD64)" "true"
else else
BINARY = $(NAME)_$(BIN_SUFFIX_32) BINARY = $(NAME)_$(BIN_SUFFIX_32)
CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32 CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32
CPPFLAGS += -DPAWN_CELL_SIZE=64 -DHAVE_I64 -m64 CPPFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32
OPT_FLAGS += -march=i586 OPT_FLAGS += -march=i586
endif endif