1
0
Fork 0

msys g++ requires -mxsave compiler flag for _xgetbv

pull/3602/head
JackWright347 2021-07-25 02:56:09 +02:00
parent 88376badcd
commit b4391b8055
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ endif
ifeq ($(COMP),gcc)
comp=gcc
CXX=g++
CXXFLAGS += -pedantic -Wextra -Wshadow
CXXFLAGS += -pedantic -Wextra -Wshadow -mxsave
ifeq ($(arch),$(filter $(arch),armv7 armv8))
ifeq ($(OS),Android)