shithub: cstory

Download patch

ref: 2c3a4a36209b8feb7c4eb59f9c930861609ad600
parent: db9350bdb90876aaa4309f1af68f7e53dd94b367
author: Clownacy <[email protected]>
date: Wed Jan 22 18:39:52 EST 2020

Fix Makefile LTO

Now applies to CFLAGS as well

--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@
 endif
 
 ifeq ($(LTO), 1)
+  ALL_CFLAGS += -flto
   ALL_CXXFLAGS += -flto
 endif