mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
perf: compile in release by default 😡
This commit is contained in:
parent
515a720d00
commit
c14070b622
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
J?=3
|
J?=3
|
||||||
TIMEOUT?=30
|
TIMEOUT?=30
|
||||||
OPTS= -j $(J)
|
OPTS= -j $(J) --profile=release
|
||||||
|
|
||||||
dev: build-dev
|
dev: build-dev
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ dev: build-dev
|
||||||
#dev: build-dev test
|
#dev: build-dev test
|
||||||
|
|
||||||
build-install:
|
build-install:
|
||||||
@dune build $(OPTS) @install --profile=release
|
@dune build $(OPTS) @install
|
||||||
|
|
||||||
build: build-install
|
build: build-install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue