From be51a1ab772efebe951343577f467e9eff3a6e64 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Mon, 13 Jan 2025 22:38:30 +1300 Subject: [PATCH] Disable strip in Makefile --- Makefile | 2 +- rog-control-center/translations/en/rog-control-center.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa48c4db..5c4a9dd6 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index 285acb79..7cafcdef 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-01-13 01:30+0000\n" +"POT-Creation-Date: 2025-01-13 01:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"