Stop using -ffat-lto-objects
This commit is contained in:
parent
a0af3c27ad
commit
0fd2dff688
5 changed files with 7 additions and 7 deletions
2
carla
2
carla
|
@ -1 +1 @@
|
||||||
Subproject commit 1edb1bb172fce8ae89cf666675ff531fc5dca628
|
Subproject commit a79be8987182387ec43fe8c09b180849199a84e9
|
4
deps/Makefile
vendored
4
deps/Makefile
vendored
|
@ -33,8 +33,8 @@ BASE_FLAGS += -I../include/mingw-std-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
|
BASE_FLAGS += -fno-strict-aliasing -flto
|
||||||
LINK_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects -Werror=odr -Werror=lto-type-mismatch
|
LINK_FLAGS += -fno-strict-aliasing -flto -Werror=odr -Werror=lto-type-mismatch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -fno-finite-math-only
|
BUILD_C_FLAGS += -fno-finite-math-only
|
||||||
|
|
|
@ -594,7 +594,7 @@ BASE_FLAGS += -DNOPLUGINS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
|
BASE_FLAGS += -fno-strict-aliasing -flto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
|
|
@ -71,7 +71,7 @@ BASE_FLAGS += -I../include/mingw-std-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
|
BASE_FLAGS += -fno-strict-aliasing -flto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
|
|
@ -163,7 +163,7 @@ BASE_FLAGS += -I../../include/mingw-std-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
|
BASE_FLAGS += -fno-strict-aliasing -flto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_C_FLAGS += -std=gnu11
|
BUILD_C_FLAGS += -std=gnu11
|
||||||
|
@ -199,7 +199,7 @@ EXTRA_LIBS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
LINK_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects -fwhole-program -Werror=odr -Werror=lto-type-mismatch
|
LINK_FLAGS += -fno-strict-aliasing -flto -fwhole-program -Werror=odr -Werror=lto-type-mismatch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue