From f14f31c46f2d6c8e3a44ed5bfd2991338433636a Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 29 Apr 2017 14:02:06 +0000 Subject: [PATCH] Optimize compilation parameters --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b062042..d355957 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CC = g++ -std=c++17 -CFLAGS = -g -O0 -Wall --pedantic +# CFLAGS = -g -O0 -Wall --pedantic +CFLAGS = -O2 -Wall --pedantic LFLAGS = -lsfml-system -lsfml-network -lsfml-window -lsfml-graphics RM = rm -f