Turn this back off.

This commit is contained in:
Ryan C. Gordon 2016-04-01 01:48:52 -04:00
parent 0f6b9ca1c1
commit b29b27a868

View File

@ -674,7 +674,7 @@ endif
CFLAGS += $(shell sdl-config --cflags) CFLAGS += $(shell sdl-config --cflags)
ifneq ($(strip $(USE_ASM)),-DUSE_PORTABLE_C) ifneq ($(strip $(USE_ASM)),-DUSE_PORTABLE_C)
# CFLAGS += -O2 -fasm #CFLAGS += -O2 -fasm
ASMFLAGS += -f $(ASMOBJFMT) $(ASMDEFS) ASMFLAGS += -f $(ASMOBJFMT) $(ASMDEFS)
else else
endif endif