Disables static build by default
This commit is contained in:
parent
57d47d64c9
commit
1857c617f0
|
@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99)
|
||||||
|
|
||||||
OPTION(DO_UPLOAD_SHA "Send data SHA with update packets" OFF)
|
OPTION(DO_UPLOAD_SHA "Send data SHA with update packets" OFF)
|
||||||
OPTION(SANITIZE "ASAN" OFF)
|
OPTION(SANITIZE "ASAN" OFF)
|
||||||
OPTION(STATIC "Build static binary" ON)
|
OPTION(STATIC "Build static binary" OFF)
|
||||||
|
|
||||||
add_executable(umcumgr
|
add_executable(umcumgr
|
||||||
src/base64.c
|
src/base64.c
|
||||||
|
|
Loading…
Reference in New Issue