Use -fabi-version=11 for MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4840d76381
commit
492ed37783
3 changed files with 9 additions and 0 deletions
|
@ -1197,6 +1197,9 @@ BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
|
ifeq ($(MOD_BUILD),true)
|
||||||
|
BUILD_CXX_FLAGS += -fabi-version=11
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Rack code is not tested for this flag, unset it
|
# Rack code is not tested for this flag, unset it
|
||||||
|
|
|
@ -112,6 +112,9 @@ BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
|
ifeq ($(MOD_BUILD),true)
|
||||||
|
BUILD_CXX_FLAGS += -fabi-version=11
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# use our custom function to invert some colors
|
# use our custom function to invert some colors
|
||||||
|
|
|
@ -288,6 +288,9 @@ BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
|
ifeq ($(MOD_BUILD),true)
|
||||||
|
BUILD_CXX_FLAGS += -fabi-version=11
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Rack code is not tested for this flag, unset it
|
# Rack code is not tested for this flag, unset it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue