From 5767ed7a5c7a9c026e92a71b04dfbfbf2340eea2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 24 Feb 2020 20:45:25 +1000 Subject: [PATCH] switch to debug builds when running 'develop' for faster compile times --- rspy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspy/Makefile b/rspy/Makefile index f14d513f0..ea9181298 100644 --- a/rspy/Makefile +++ b/rspy/Makefile @@ -23,7 +23,7 @@ DEPS := .build/tools .build/vernum ../meta/buildhash $(wildcard $(QT_FTLS)/*.ftl .build/develop: $(DEPS) touch ../proto/backend.proto - FTL_TEMPLATE_DIRS="$(QT_FTLS)" maturin develop $(BUILDFLAGS) + FTL_TEMPLATE_DIRS="$(QT_FTLS)" maturin develop touch $@ build: $(DEPS)