diff options
| author | selsta <selsta@sent.at> | 2021-10-27 18:42:10 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-10-27 18:45:55 +0200 |
| commit | b811d6a84feec184148c0920fde370ba8fa1812b (patch) | |
| tree | b0ce6fb522b46b0362efa40922abbe4e0594ff0c | |
| parent | 2f109d3333a09423696e82287445078e9290b8d5 (diff) | |
| download | monzero-gui-b811d6a84feec184148c0920fde370ba8fa1812b.tar.gz monzero-gui-b811d6a84feec184148c0920fde370ba8fa1812b.tar.xz monzero-gui-b811d6a84feec184148c0920fde370ba8fa1812b.zip | |
cmake: don't print verbose make
If someone wants verbose make they can set the env var.
This is now in line with monero's behaviour.
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93782659..1d240780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,10 +19,6 @@ include(CheckCCompilerFlag) include(CheckCXXCompilerFlag) include(CheckLinkerFlag) -if(DEBUG) - set(CMAKE_VERBOSE_MAKEFILE ON) -endif() - set(BUILD_GUI_DEPS ON) set(ARCH "x86-64" CACHE STRING "Target architecture") set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries") |
