aboutsummaryrefslogtreecommitdiff
path: root/contrib/otshell_utils/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-12-23Silence CMake policy warning on macos.Randi Joseph1-0/+4
See: https://cmake.org/cmake/help/v3.0/policy/CMP0042.html
2016-09-18cmake: support BUILD_SHARED_LIBS built-in optionredfish1-1/+1
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.
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-0/+14
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)