Switched to boehm garbage collector

main^2
Jef Roosens 2022-02-04 13:17:12 +01:00
parent b72e9ad49b
commit a4346aad39
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

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