From 2c3a4a36209b8feb7c4eb59f9c930861609ad600 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 22 Jan 2020 23:39:52 +0000 Subject: [PATCH] Fix Makefile LTO Now applies to CFLAGS as well --- Makefile | 1 + 1 file changed, 1 insertion(+) 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