Skip to content

Commit

Permalink
feat: strip executable in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rodriguez committed Aug 18, 2023
1 parent 97e33cc commit f1a64d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_link_options(
PRIVATE
-static
-static-libgcc
$<$<CONFIG:Release>:-s>
)

target_include_directories(
Expand Down

0 comments on commit f1a64d4

Please sign in to comment.