From e552aef1f58661b90ccafd2ae6de98f5662671d1 Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Fri, 4 Dec 2020 11:16:21 +0200 Subject: [PATCH] Add march=westmere in bdshemu Makefile as well. --- bdshemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)