mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 00:29:25 -05:00
Merge pull request #9501
8442b66
depends: remove option from toolchain file (tobtoht)
This commit is contained in:
commit
542fc01fb2
@ -3,10 +3,6 @@ SET(CMAKE_SYSTEM_NAME @cmake_system_name@)
|
|||||||
SET(CMAKE_SYSTEM_PROCESSOR @arch@)
|
SET(CMAKE_SYSTEM_PROCESSOR @arch@)
|
||||||
SET(CMAKE_BUILD_TYPE @release_type@)
|
SET(CMAKE_BUILD_TYPE @release_type@)
|
||||||
|
|
||||||
OPTION(STATIC "Link libraries statically" ON)
|
|
||||||
OPTION(TREZOR_DEBUG "Main trezor debugging switch" OFF)
|
|
||||||
OPTION(BUILD_TESTS "Build tests." OFF)
|
|
||||||
|
|
||||||
SET(STATIC ON)
|
SET(STATIC ON)
|
||||||
SET(UNBOUND_STATIC ON)
|
SET(UNBOUND_STATIC ON)
|
||||||
SET(ARCH "default")
|
SET(ARCH "default")
|
||||||
|
Loading…
Reference in New Issue
Block a user