Add LTO optimization to Makefile

This commit is contained in:
Tyler Perkins 2022-04-28 20:38:55 -04:00
parent 80fc8ec6cb
commit bb321f6542

View File

@ -10,7 +10,8 @@ FLAGS = -pipe
CFLAGS = -Wall CFLAGS = -Wall
CFLAGS += -Ofast CFLAGS += -Ofast
CFLAGS += -g #CFLAGS += -flto
#CFLAGS += -g
#CFLAGS += -pg #CFLAGS += -pg
LIBRARIES = -lpthread LIBRARIES = -lpthread