star-gas

Load and structure gas data
git clone git://git.meso-star.fr/star-gas.git
Log | Files | Refs | README | LICENSE

commit f2099565ac9b8ec69ab95a400a05cc66ed9119d7
parent 09316bb73982899ff590324c46a95d3b6aa9be4b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  2 Mar 2026 15:22:18 +0100

Set RELEASE as default build type

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

diff --git a/config.mk b/config.mk @@ -4,8 +4,8 @@ PREFIX = /usr/local LIB_TYPE = SHARED #LIB_TYPE = STATIC -#BUILD_TYPE = RELEASE -BUILD_TYPE = DEBUG +BUILD_TYPE = RELEASE +#BUILD_TYPE = DEBUG BINPREFIX = $(PREFIX)/bin LIBPREFIX = $(PREFIX)/lib