aboutsummaryrefslogtreecommitdiff
path: root/interpreter/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-08-29 21:39:44 +0200
committerCamil Staps2016-08-29 21:39:44 +0200
commitdb36425d8cc1f9d27ba7047f30158e3524c71fce (patch)
tree93bb0c2020b15bf838f977e62b202b3aed533693 /interpreter/Makefile
parentCurrying arguments and Code applications (diff)
Fixed issue with twice
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 56619ce..99da737 100644
--- a/interpreter/Makefile
+++ b/interpreter/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -Werror -g
+CFLAGS=-Wall -Wextra -Werror -s
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