commit d174aeccffd25880d63c721ad89b90bef48d629a
parent d200fe9d76f899ab6f3d228515805ea0bdefb536
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 26 Jun 2024 10:56:13 +0200
Set default build type to RELEASE
It was mistakenly set to DEBUG
Diffstat:
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
################################################################################
# Tools