summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 6aa419ada2..fbf7ad45ae 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -35,6 +35,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
35 endif() 35 endif()
36elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") 36elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
37 add_compile_options(-Wall -Wextra) 37 add_compile_options(-Wall -Wextra)
38 add_link_options($<$<CONFIG:RELEASE>:-s>)
38endif() 39endif()
39 40
40 41