switch to debug builds when running 'develop' for faster compile times

This commit is contained in:
Damien Elmes 2020-02-24 20:45:25 +10:00
parent 2f4ee0e523
commit 5767ed7a5c

View file

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