diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS += -g3 -O0 -Wall -std=gnu++14 +CFLAGS += -g3 -O3 -Wall -std=gnu++14 CPPFLAGS += -MMD LDFLAGS += -lstdc++ -lm -lsfml-system -lsfml-window -lsfml-graphics -lsfml-audio |