From 62cf407f0ceb5c9cdee8ace3f4a87bc522266745 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 20 Jan 2020 13:53:59 -0600 Subject: [PATCH] Remove lto. Gosh Darnit, Travis! --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fba77804..90b4f270 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,6 @@ ifeq ($(UNAME), Darwin) LDCONFIG:= else ifeq ($(UNAME), Linux) CLIBS:=$(CLIBS) -lrt -ldl - CFLAGS+= -flto endif # For other unix likes, add flags here! ifeq ($(UNAME), Haiku)