Downgraded compile time flags to 586

This commit is contained in:
David Anderson 2005-10-02 20:12:48 +00:00
parent 86c2c2db02
commit a75feafc4f

View File

@ -45,7 +45,7 @@ else
BINARY = $(NAME)_i386.so
OBJECTS += JIT/amxexecn.o JIT/amxjitsn.o JIT/natives-x86.o
CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32
OPT_FLAGS += -march=i686
OPT_FLAGS += -march=i586
endif
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)