Re-added -d dynamic_boehm for now

This commit is contained in:
Jef Roosens 2022-04-29 22:56:29 +02:00
parent 62ea840e7a
commit eb9f21a0ea
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -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