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)
|
||||
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||
ifeq ($(MOD_BUILD),true)
|
||||
BUILD_CXX_FLAGS += -fabi-version=11
|
||||
endif
|
||||
endif
|
||||
|
||||
# Rack code is not tested for this flag, unset it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue