From 50d5e20cd3a37f4871780aebf0129f1cd549b444 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Sat, 26 Mar 2016 13:01:21 +0000 Subject: cmake: Always build compression libraries with release flags. We don't care about debugging them, and it can make a significant performance difference. --- thirdparty/zlib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thirdparty/zlib') diff --git a/thirdparty/zlib/CMakeLists.txt b/thirdparty/zlib/CMakeLists.txt index c76f9e7a..a0a1ca07 100644 --- a/thirdparty/zlib/CMakeLists.txt +++ b/thirdparty/zlib/CMakeLists.txt @@ -1,3 +1,5 @@ +force_release_build () + include_directories (${CMAKE_CURRENT_SOURCE_DIR}) # adjust warnings -- cgit v1.2.3