Compare commits

..

1 Commits

Author SHA1 Message Date
Jef Roosens 3342eedfa4
chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm -W -skip-unused
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl -skip-unused
all: vieter