From 1fc6cd4dc6e52df474117cc757b218b2499ff57b Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Wed, 10 Jan 2024 13:19:25 -0500 Subject: [PATCH] bugfix/convenience --- stm32/Q1-Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile index d05d7126..5e3b3e4f 100644 --- a/stm32/Q1-Makefile +++ b/stm32/Q1-Makefile @@ -18,6 +18,10 @@ BOOTLOADER_DIR = q1-bootloader LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1) +# Remove this closer to shipping. +$(warning "Forcing debug build") +DEBUG_BUILD ?= 1 + # keep near top, because defined default target (all) include shared.mk