From: José Fonseca Date: Sat, 10 Nov 2012 09:11:19 +0000 (+0000) Subject: snappy: Always build with NDEBUG define. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=a789aeb7aa303961efb4e61bbb9aa140d1c69647 snappy: Always build with NDEBUG define. --- diff --git a/thirdparty/snappy/CMakeLists.txt b/thirdparty/snappy/CMakeLists.txt index 87873d9..9bbecdb 100644 --- a/thirdparty/snappy/CMakeLists.txt +++ b/thirdparty/snappy/CMakeLists.txt @@ -1,4 +1,7 @@ -add_definitions (-DHAVE_CONFIG_H) +add_definitions ( + -DNDEBUG + -DHAVE_CONFIG_H +) # Adjust warnings if (CMAKE_COMPILER_IS_GNUCXX)