aboutsummaryrefslogtreecommitdiff
path: root/interpreter/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-09-25 14:30:42 +0200
committerCamil Staps2016-09-25 14:30:42 +0200
commitbcf15d34aae382076cf4dd09336ff7c8d02af5be (patch)
tree7fd7c65f5ef884b388fa3bea66910ea86eded57b /interpreter/Makefile
parentConstant code names (diff)
Various minor cleanups
Diffstat (limited to 'interpreter/Makefile')
-rw-r--r--interpreter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/Makefile b/interpreter/Makefile
index 61be68d..8edcabe 100644
--- a/interpreter/Makefile
+++ b/interpreter/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Werror -Wall -Wextra
+CFLAGS=-Werror -Wall -Wextra -O3
DEPS=lex.h syntax.h print.h parse.h log.h eval.h mem.h code.h graphs.h
OBJ=fuspel.o lex.o syntax.o print.o parse.o log.o eval.o mem.o code.o graphs.o