From a4346aad393a7dafb3a6d466a4ad4da1bc951f5c Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 4 Feb 2022 13:17:12 +0100 Subject: [PATCH] Switched to boehm garbage collector --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8674ca0..1cf4d3f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SOURCES != find '$(SRC_DIR)' -iname '*.v' V_RELEASE := weekly.2022.05 V_PATH ?= v-$(V_RELEASE)/v -V := $(V_PATH) -showcc +V := $(V_PATH) -showcc -gc boehm all: vieter