1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 11:39:15 +00:00

Fix a compile error.

This commit is contained in:
HiraokaTakuya 2019-06-30 17:01:25 +09:00 committed by nodchip
parent 10aa774d08
commit c643ee0b45

View file

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