diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d09074..295b339 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,11 @@ add_compile_options( "$<$:$<$:/O1>>" ) +add_link_options( + # Release + "$<$:$<$:-s>>" +) + # Project config file configure_file(config.hpp.in "${PROJECT_BINARY_DIR}/config.hpp" @ONLY) include_directories(${PROJECT_BINARY_DIR})