Optimize for speed

This commit is contained in:
Joscha 2016-11-20 18:04:06 +00:00
parent 029860bd79
commit a850bb39f1

View file

@ -1,5 +1,6 @@
CC = g++ -std=c++14
CFLAGS = -g -O0 -Wall --pedantic
#CFLAGS = -g -O0 -Wall --pedantic
CFLAGS = -O2 -march=native -Wall --pedantic
LFLAGS =
RM = rm -f