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