Fix a compile error.

This commit is contained in:
HiraokaTakuya
2019-07-08 18:49:47 +09:00
committed by nodchip
parent 10aa774d08
commit c643ee0b45
+1 -1
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