Silence gcc warning about alignment ABI changes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5e5b22e96f
commit
b3d68d9e9f
3 changed files with 3 additions and 3 deletions
|
@ -1006,7 +1006,7 @@ BUILD_C_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Rack code is not tested for this flag, unset it
|
# Rack code is not tested for this flag, unset it
|
||||||
|
|
|
@ -98,7 +98,7 @@ BUILD_C_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# use our custom function to invert some colors
|
# use our custom function to invert some colors
|
||||||
|
|
|
@ -184,7 +184,7 @@ BUILD_C_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
BUILD_CXX_FLAGS += -fno-finite-math-only -fno-strict-aliasing
|
||||||
|
|
||||||
ifneq ($(MACOS),true)
|
ifneq ($(MACOS),true)
|
||||||
BUILD_CXX_FLAGS += -faligned-new
|
BUILD_CXX_FLAGS += -faligned-new -Wno-abi
|
||||||
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