Optimize compilation parameters

This commit is contained in:
Joscha 2017-04-29 14:02:06 +00:00
parent 1d0a816605
commit f14f31c46f

View file

@ -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