Skip to content

Commit 33f61d3

Browse files
committed
Strip the binary in release.
1 parent 972a5bc commit 33f61d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ target_include_directories(doxygen2docset_lib
2929

3030
add_executable(doxygen2docset "main.cc")
3131

32+
3233
target_link_libraries(doxygen2docset
3334
PRIVATE
3435
doxygen2docset_lib
3536
)
37+
38+
set_target_properties(doxygen2docset PROPERTIES LINK_FLAGS_RELEASE -s)

0 commit comments

Comments
 (0)