diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-03-26 13:01:21 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-03-29 12:15:21 +0100 |
commit | 50d5e20cd3a37f4871780aebf0129f1cd549b444 (patch) | |
tree | c596d648606a80b55e98202478e2245b19757249 /thirdparty/zlib | |
parent | 796d3bc14834465d3a8b324640c9f76966db96db (diff) |
cmake: Always build compression libraries with release flags.
We don't care about debugging them, and it can make a significant
performance difference.
Diffstat (limited to 'thirdparty/zlib')
-rw-r--r-- | thirdparty/zlib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |