diff --git a/Makefile b/Makefile index 80972f5..4bd1edc 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 -W -skip-unused +V := $(V_PATH) -showcc -gc boehm -W -d use_openssl -skip-unused all: vieter