aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2021-06-10 21:16:58 +0200
committermj-xmr <mjxmr@protonmail.com>2021-06-11 21:19:37 +0200
commit41297c10f093cce3369d326225a2fc19441a131d (patch)
treed7573329a89d44c8d6fd0f2fbaf23f61d964a957 /src
parentMerge pull request #7751 (diff)
downloadmonero-41297c10f093cce3369d326225a2fc19441a131d.tar.xz
CMake: strip targets (optional) with -D STRIP_TARGETS=ON
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
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)