solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit 40dd26e6f2d0cebfcb01189e204c060043146980
parent 414bba7f7a338fbf4f07093a4af8e06a2ff57140
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  7 Sep 2026 15:28:14 +0200

Restore release build

Build was configured to debug

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -20,8 +20,8 @@ VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local -#BUILD_TYPE = RELEASE -BUILD_TYPE = DEBUG +BUILD_TYPE = RELEASE +#BUILD_TYPE = DEBUG ################################################################################ # Tools