darwin: update version of std, -msse for x86_64

This commit is contained in:
wipedlifepotato 2025-10-02 07:25:06 +07:00
parent 842519ec8e
commit 937ac909bc
2 changed files with 9 additions and 4 deletions

View file

@ -24,6 +24,6 @@ endif
OSARCH = $(shell uname -p)
ifneq ($(OSARCH),powerpc)
CXXFLAGS += -msse
ifeq ($(shell uname -m), x86_64)
CXXFLAGS += -msse
endif