Enable compilation optimization

This commit is contained in:
Manuel Thalmann 2023-12-12 19:24:25 +01:00
parent ff140ca40e
commit e27a7f39f0

View file

@ -1,4 +1,4 @@
CPPFLAGS = -g
CPPFLAGS = -g -Ofast
BUILD_DIR = bin