diff --git a/Makefile b/Makefile index 1d367bf1..6cc63c04 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ else endif ifeq ($(LTO), 1) + ALL_CFLAGS += -flto ALL_CXXFLAGS += -flto endif