diff --git a/bdshemu/Makefile b/bdshemu/Makefile index 0564447..5a04fb6 100644 --- a/bdshemu/Makefile +++ b/bdshemu/Makefile @@ -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)