mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
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.
This commit is contained in:
parent
2f109d3333
commit
b811d6a84f
1 changed files with 0 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue