mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-24 16:07:23 +02:00
default off
This commit is contained in:
parent
74ce98f39b
commit
1bab9b202f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ else(WIN32)
|
|||
$<$<CONFIG:RELWITHDEBINFO>:-fPIE>
|
||||
$<$<CONFIG:RELWITHDEBINFO>:-g>
|
||||
)
|
||||
option(BUILD_32BIT "Force building as 32-bit binary")
|
||||
option(BUILD_32BIT "Force building as 32-bit binary" OFF)
|
||||
if(BUILD_32BIT)
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86" CACHE STRING "system processor")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32" CACHE STRING "c++ flags")
|
||||
|
|
Loading…
Add table
Reference in a new issue