Makefile: slightly different options.

toying-with-ramdb
Philippe PITTOLI 2024-05-11 01:49:06 +02:00
parent 8161ea3f82
commit 9d1da890f3
1 changed files with 2 additions and 2 deletions

View File

@ -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