From 874aaa9d8cc4e60c3758e6d863f5cf0346bba59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 5 Aug 2018 14:54:00 +0100 Subject: [PATCH] rockspec: Set CMake build type --- editorconfig-core-scm-1.rockspec | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig-core-scm-1.rockspec b/editorconfig-core-scm-1.rockspec index 5be64e0..105f11a 100644 --- a/editorconfig-core-scm-1.rockspec +++ b/editorconfig-core-scm-1.rockspec @@ -20,6 +20,7 @@ dependencies = { build = { type = "cmake", variables = { + CMAKE_BUILD_TYPE = "Release", CMAKE_INSTALL_PREFIX = "$(PREFIX)", ECL_LIBDIR = "$(LIBDIR)", },