mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Disable tunnel in cmake by default
This commit is contained in:
parent
9ef4d929df
commit
2dea1c3b11
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ option(TON_USE_ASAN "Use \"ON\" to enable AddressSanitizer." OFF)
|
|||
option(TON_USE_TSAN "Use \"ON\" to enable ThreadSanitizer." OFF)
|
||||
option(TON_USE_UBSAN "Use \"ON\" to enable UndefinedBehaviorSanitizer." OFF)
|
||||
set(TON_ARCH "native" CACHE STRING "Architecture, will be passed to -march=")
|
||||
option(TON_USE_GO_TUNNEL "Use \"ON\" to enable ADNL Tunnel over shared Go library." ON)
|
||||
option(TON_USE_GO_TUNNEL "Use \"ON\" to enable ADNL Tunnel over shared Go library." OFF)
|
||||
|
||||
if (TON_USE_GO_TUNNEL)
|
||||
set(TUNNEL_GO_LIB_PATH "${CMAKE_CURRENT_SOURCE_DIR}/libtunnel.a")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue