mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Explicitly specify SSE41.
This commit is contained in:
parent
145e4c2a10
commit
13824d8b96
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ endif
|
|||
ifeq ($(sse41),yes)
|
||||
CXXFLAGS += -DUSE_SSE41
|
||||
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
|
||||
CXXFLAGS += -msse4
|
||||
CXXFLAGS += -msse4.1
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue