diff --git a/src/Makefile b/src/Makefile index ae2de1c626..94c14237a1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,6 +27,7 @@ ifeq ($(OPTIMIZATION),-O3) else OPTIMIZATION+=-flto=auto endif + OPTIMIZATION += -ffat-lto-objects endif ifneq ($(OPTIMIZATION),-O0) OPTIMIZATION+=-fno-omit-frame-pointer