diff --git a/Makefile b/Makefile index 20074bfd..2dc1f905 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -g +CFLAGS=-Wall -g -O3 all: build-debug run