mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
switch to debug builds when running 'develop' for faster compile times
This commit is contained in:
parent
2f4ee0e523
commit
5767ed7a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ DEPS := .build/tools .build/vernum ../meta/buildhash $(wildcard $(QT_FTLS)/*.ftl
|
||||||
|
|
||||||
.build/develop: $(DEPS)
|
.build/develop: $(DEPS)
|
||||||
touch ../proto/backend.proto
|
touch ../proto/backend.proto
|
||||||
FTL_TEMPLATE_DIRS="$(QT_FTLS)" maturin develop $(BUILDFLAGS)
|
FTL_TEMPLATE_DIRS="$(QT_FTLS)" maturin develop
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
build: $(DEPS)
|
build: $(DEPS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue