Enable compilation optimization
This commit is contained in:
parent
ff140ca40e
commit
e27a7f39f0
|
@ -1,4 +1,4 @@
|
||||||
CPPFLAGS = -g
|
CPPFLAGS = -g -Ofast
|
||||||
|
|
||||||
BUILD_DIR = bin
|
BUILD_DIR = bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue