Disable strip in Makefile

This commit is contained in:
Luke D. Jones
2025-01-13 22:38:30 +13:00
parent d9a88e7cc3
commit be51a1ab77
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ LEDCFG := aura_support.ron
SRC := Cargo.toml Cargo.lock Makefile $(shell find -type f -wholename '**/src/*.rs')
STRIP_BINARIES ?= 1
STRIP_BINARIES ?= 0
DEBUG ?= 0
ifeq ($(DEBUG),0)