Optimize compilation parameters
This commit is contained in:
parent
1d0a816605
commit
f14f31c46f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,6 @@
|
||||||
CC = g++ -std=c++17
|
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
|
LFLAGS = -lsfml-system -lsfml-network -lsfml-window -lsfml-graphics
|
||||||
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue