depends: remove option from toolchain file
This commit is contained in:
parent
9866a0e902
commit
8442b66961
|
@ -3,10 +3,6 @@ SET(CMAKE_SYSTEM_NAME @cmake_system_name@)
|
|||
SET(CMAKE_SYSTEM_PROCESSOR @arch@)
|
||||
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(UNBOUND_STATIC ON)
|
||||
SET(ARCH "default")
|
||||
|
|
Loading…
Reference in New Issue