From bb321f6542924ca25affee3a04dad3fe46b6523a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 28 Apr 2022 20:38:55 -0400 Subject: [PATCH] Add LTO optimization to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f86c14c..81d41e5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ FLAGS = -pipe CFLAGS = -Wall CFLAGS += -Ofast -CFLAGS += -g +#CFLAGS += -flto +#CFLAGS += -g #CFLAGS += -pg LIBRARIES = -lpthread