diff options
author | redfish <redfish@galactica.pw> | 2016-09-17 14:03:51 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-09-18 02:56:26 -0400 |
commit | 06bb6923c3068637af729dd7e7500ce1a6c888b9 (patch) | |
tree | 3255ea59b54c15a71ab4e807b460476723af195c /src/simplewallet | |
parent | cmake: transitive deps and remove deprecated LINK_* (diff) | |
download | monero-06bb6923c3068637af729dd7e7500ce1a6c888b9.tar.xz |
cmake: support BUILD_SHARED_LIBS built-in option
Support building internal libraries as shared. This reduces
development time by eliminating the need to re-link all
binaries every time non-interface code in the library changes.
Instead, can hack on libxyz, then `make libxyz`, and re-run
monerod.
By default BUILD_SHARED_LIBS is OFF in release build type,
and ON in debug build type, but can be overriden with -D.
Diffstat (limited to 'src/simplewallet')
0 files changed, 0 insertions, 0 deletions