mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 03:29:14 +00:00
Fix a compile error.
This commit is contained in:
parent
10aa774d08
commit
c643ee0b45
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ endif
|
|||
ifeq ($(pext),yes)
|
||||
CXXFLAGS += -DUSE_PEXT
|
||||
ifeq ($(comp),$(filter $(comp),gcc clang mingw))
|
||||
CXXFLAGS += -mbmi2
|
||||
CXXFLAGS += -mbmi2 -mavx2
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue