commit 982cf6de98c8ba7f6ff68e66ecc2e687c10c2400
parent 7513d81d62d084da33ca51a24b08c4ce35f6cfe6
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 11 Oct 2020 09:35:16 +0200
Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -34,6 +34,7 @@ find_path(ANSILOVE_INCLUDE_DIRS ansilove.h)
find_library(ANSILOVE_LIBRARIES NAMES ansilove REQUIRED)
include_directories(${ANSILOVE_INCLUDE_DIRS})
+set(CMAKE_BUILD_TYPE Release)
set(SRC src/ansilove.c src/types.c src/strtolower.c src/sauce.c)
if(NOT HAVE_PLEDGE)