Add LTO optimization to Makefile

This commit is contained in:
Tyler Perkins 2022-04-28 20:38:55 -04:00
parent 80fc8ec6cb
commit bb321f6542
1 changed files with 2 additions and 1 deletions

View File

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