commit fbe7172427ce874dc98a054371cfa1a31aeb2cc1
parent 44ee69aa33c85744ffed5e7d0b66c724cd186b17
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sat, 27 Apr 2024 13:59:23 +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
@@ -7,8 +7,8 @@ PREFIX = /usr/local
LIB_TYPE = SHARED
#LIB_TYPE = STATIC
-#BUILD_TYPE = RELEASE
-BUILD_TYPE = DEBUG
+BUILD_TYPE = RELEASE
+#BUILD_TYPE = DEBUG
GREEN_ARGS_DEFAULT_VERBOSE_LEVEL = 1