Makefile: slightly different options.
This commit is contained in:
parent
cbed36d3b5
commit
c0eacfbac0
4
Makefile
4
Makefile
@ -1,12 +1,12 @@
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
OPTS ?= --progress
|
OPTS ?= --progress --no-debug
|
||||||
Q ?= @
|
Q ?= @
|
||||||
SHOULD_UPDATE = ./bin/should-update
|
SHOULD_UPDATE = ./bin/should-update
|
||||||
DBDIR=/tmp/tests-on-dodb
|
DBDIR=/tmp/tests-on-dodb
|
||||||
|
|
||||||
benchmark-cars:
|
benchmark-cars:
|
||||||
$(Q)crystal build spec/benchmark-cars.cr $(OPTS)
|
$(Q)crystal build spec/benchmark-cars.cr $(OPTS) --release
|
||||||
|
|
||||||
build: benchmark-cars
|
build: benchmark-cars
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user