mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
133700160a
Co-Authored-By: tobtoht <thotbot@protonmail.com>
5 lines
323 B
CMake
5 lines
323 B
CMake
OPTION(USE_DEVICE_TREZOR "Trezor support compilation" OFF)
|
|
OPTION(USE_DEVICE_TREZOR_LIBUSB "Trezor LibUSB compilation" OFF)
|
|
OPTION(USE_DEVICE_TREZOR_UDP_RELEASE "Trezor UdpTransport in release mode" OFF)
|
|
OPTION(USE_DEVICE_TREZOR_DEBUG "Trezor Debugging enabled" OFF)
|
|
OPTION(TREZOR_DEBUG "Main trezor debugging switch" OFF)
|