Compare commits
1 commit
3342eedfa4
...
c350a40202
| Author | SHA1 | Date | |
|---|---|---|---|
| c350a40202 |
1 changed files with 1 additions and 1 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 -skip-unused
|
||||
V := $(V_PATH) -showcc -gc boehm -W -skip-unused
|
||||
|
||||
all: vieter
|
||||
|
||||
|
|
|
|||
Reference in a new issue