diff options
Diffstat (limited to 'utils/CMakeLists.txt')
-rw-r--r-- | utils/CMakeLists.txt | 1 |
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() |
36 | elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") | 36 | elseif (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>) | ||
38 | endif() | 39 | endif() |
39 | 40 | ||
40 | 41 | ||