diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-06-10 21:16:58 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-06-11 21:19:37 +0200 |
commit | 41297c10f093cce3369d326225a2fc19441a131d (patch) | |
tree | d7573329a89d44c8d6fd0f2fbaf23f61d964a957 /src | |
parent | Merge pull request #7751 (diff) | |
download | monero-41297c10f093cce3369d326225a2fc19441a131d.tar.xz |
CMake: strip targets (optional) with -D STRIP_TARGETS=ON
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1f89faf98..aaaae3a09 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -77,6 +77,7 @@ function (monero_add_executable name) enable_stack_trace("${name}") monero_set_target_no_relink("${name}") + monero_set_target_strip ("${name}") endfunction () include(Version) |