summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-24 18:33:31 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-24 18:33:31 +0100
commitdc1fc66181cba96cc94f21f055676b952489dbd9 (patch)
tree61889b183df011298c41d314419b41e55ee02991 /Makefile
parent991d7eaa2a9550c7be0a63d7c1ba7c38c7de2acf (diff)
start implementing mark&sweep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b7dee5..944c62e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
LEX = flex
YACC = bison
CC = gcc -g
-CFLAGS = -DYYDEBUG=1 -fPIC
+CFLAGS = -DYYDEBUG=1 -fPIC -rdynamic
LIBS = -lreadline -lfl -lm
OBJS = lisp.o lisp.tab.o lex.yy.o