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:
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…
Reference in New Issue
Block a user