summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-09-16 12:06:09 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-09-16 12:06:09 +0100
commit9eafce19945f858649eaac8eabfee9ec1857c1cd (patch)
treeb06cac968dc4319bbd4e5dd5a99e1b049af67e87 /comp/lucas-standen-NEA/code2/Makefile
parentf35cd6c1d15ce31cd5f1d1d578a7a2a4880c2179 (diff)
finished the compiler, moving on to advaced command line tool
Diffstat (limited to 'comp/lucas-standen-NEA/code2/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/Makefile b/comp/lucas-standen-NEA/code2/Makefile
index bcfe9f5..1ed8b29 100644
--- a/comp/lucas-standen-NEA/code2/Makefile
+++ b/comp/lucas-standen-NEA/code2/Makefile
@@ -1,5 +1,5 @@
CC = cc
-CFLAGS = -O3
+CFLAGS = -O0 -ggdb
all: _zpy _parser _tokenizer _comp _appendsnprintf _util
${CC} zpy.o parser.o tokenizer.o comp.o appendsnprintf.o util.o -o zpy ${CFLAGS}