diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-16 14:37:39 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-16 14:37:39 -0500 |
| commit | ab0bb315184ff8ae2b1a34168f70425209a5397f (patch) | |
| tree | 5b9743697b840c71d88ed12bb32fd24bba2f10f6 /src | |
| parent | f8f1c78984f1be4cfb438495403b276ec54cd2b4 (diff) | |
| parent | 41297c10f093cce3369d326225a2fc19441a131d (diff) | |
| download | monzero-core-ab0bb315184ff8ae2b1a34168f70425209a5397f.tar.gz monzero-core-ab0bb315184ff8ae2b1a34168f70425209a5397f.tar.xz monzero-core-ab0bb315184ff8ae2b1a34168f70425209a5397f.zip | |
Merge pull request #7683
41297c1 CMake: strip targets (optional) with -D STRIP_TARGETS=ON (mj-xmr)
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) |
