Add march=westmere in bdshemu Makefile as well.

pull/40/head
Andrei Vlad LUTAS 3 years ago
parent e0c6f9e374
commit e552aef1f5

@ -67,7 +67,7 @@ endif
DEPFLAGS = -MT $@ -MMD -MP -MF $(DEP_DIR)/$*.Td
CFLAGS = -pipe -std=c11 -fpic -fno-strict-aliasing \
CFLAGS = -pipe -std=c11 -fpic -fno-strict-aliasing -march=westmere \
-D_REENTRANT -fstack-protector -ffunction-sections -fdata-sections \
$(WARNINGS_ENABLE) $(WARNINGS_DISABLE) $(DEFINES) $(INCLUDES)

Loading…
Cancel
Save