mirror of
https://github.com/monero-project/monero.git
synced 2025-08-04 09:04:15 -04:00
CMake: strip targets (optional) with -D STRIP_TARGETS=ON
This commit is contained in:
parent
ab7df49331
commit
41297c10f0
2 changed files with 13 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue