From eb9f21a0ea6213e15591f16045797a272be5bf18 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 29 Apr 2022 22:56:29 +0200 Subject: [PATCH] Re-added -d dynamic_boehm for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6337731..55f15ae 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SRC_DIR := src SOURCES != find '$(SRC_DIR)' -iname '*.v' V_PATH ?= v -V := $(V_PATH) -showcc -gc boehm +V := $(V_PATH) -showcc -gc boehm -d dynamic_boehm all: vieter