chore: compile with -skip-unused
Some checks failed
Some checks failed
This commit is contained in:
parent
dc517c23c5
commit
c350a40202
7 changed files with 20 additions and 20 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ SRC_DIR := src
|
|||
SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||
|
||||
V_PATH ?= v
|
||||
V := $(V_PATH) -showcc -gc boehm -W -d use_openssl
|
||||
V := $(V_PATH) -showcc -gc boehm -W -skip-unused
|
||||
|
||||
all: vieter
|
||||
|
||||
|
|
|
|||
Reference in a new issue