1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-18 05:28:09 +00:00

Add march=westmere in bdshemu Makefile as well.

This commit is contained in:
Andrei Vlad LUTAS 2020-12-04 11:16:21 +02:00
parent e0c6f9e374
commit e552aef1f5

View File

@ -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)