changeset 2370:6f2675365314

Unfortunately -flto breaks clang builds, so remove it from the default CFLAGS additions in order to unconfuse myself and possibly others.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jan 2020 23:35:33 +0200
parents 2dfb448a7ff5
children 82cb32297ed2
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Jan 07 17:42:40 2020 +0200
+++ b/Makefile.gen	Tue Jan 07 23:35:33 2020 +0200
@@ -24,7 +24,7 @@
 DM_CFLAGS += -I$(DMLIB_SRC)
 
 ifeq ($(EXTRA_CFLAGS),)
-EXTRA_CFLAGS=-O3 -flto
+EXTRA_CFLAGS=-O3
 # -march=corei7
 endif