diff --git a/carla b/carla index 1edb1bb..a79be89 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit 1edb1bb172fce8ae89cf666675ff531fc5dca628 +Subproject commit a79be8987182387ec43fe8c09b180849199a84e9 diff --git a/deps/Makefile b/deps/Makefile index 80da71f..56cb413 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -33,8 +33,8 @@ BASE_FLAGS += -I../include/mingw-std-threads endif ifeq ($(WITH_LTO),true) -BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects -LINK_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects -Werror=odr -Werror=lto-type-mismatch +BASE_FLAGS += -fno-strict-aliasing -flto +LINK_FLAGS += -fno-strict-aliasing -flto -Werror=odr -Werror=lto-type-mismatch endif BUILD_C_FLAGS += -fno-finite-math-only diff --git a/plugins/Makefile b/plugins/Makefile index 9e389ee..e07d7e3 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -594,7 +594,7 @@ BASE_FLAGS += -DNOPLUGINS endif ifeq ($(WITH_LTO),true) -BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects +BASE_FLAGS += -fno-strict-aliasing -flto endif BUILD_C_FLAGS += -std=gnu11 diff --git a/src/Makefile b/src/Makefile index 4ce779e..b7be576 100644 --- a/src/Makefile +++ b/src/Makefile @@ -71,7 +71,7 @@ BASE_FLAGS += -I../include/mingw-std-threads endif ifeq ($(WITH_LTO),true) -BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects +BASE_FLAGS += -fno-strict-aliasing -flto endif BUILD_C_FLAGS += -std=gnu11 diff --git a/src/Makefile.cardinal.mk b/src/Makefile.cardinal.mk index af29606..406d2dd 100644 --- a/src/Makefile.cardinal.mk +++ b/src/Makefile.cardinal.mk @@ -163,7 +163,7 @@ BASE_FLAGS += -I../../include/mingw-std-threads endif ifeq ($(WITH_LTO),true) -BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects +BASE_FLAGS += -fno-strict-aliasing -flto endif BUILD_C_FLAGS += -std=gnu11 @@ -199,7 +199,7 @@ EXTRA_LIBS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp) endif 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 # --------------------------------------------------------------