Optimize for speed
This commit is contained in:
parent
029860bd79
commit
a850bb39f1
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue