diff --git a/makefile b/makefile index ebcf371..5512d8c 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,6 @@ +# Optimisation Options +# export CFLAGS+=-O2 -mtune=native -march=native + export TOY_OUTDIR = out all: $(TOY_OUTDIR) repl