We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mbedTLS
1 parent 0062c26 commit 4f9483cCopy full SHA for 4f9483c
deps/mbedtls.mk
@@ -7,7 +7,7 @@ MBEDTLS_URL = https://github.com/ARMmbed/mbedtls/archive/v$(MBEDTLS_VER).tar.gz
7
MBEDTLS_OPTS := $(CMAKE_COMMON) -DUSE_SHARED_MBEDTLS_LIBRARY=ON \
8
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF -DENABLE_PROGRAMS=OFF -DCMAKE_BUILD_TYPE=Release
9
10
-MBEDTLS_OPTS += -DENABLE_ZLIB_SUPPORT=OFF
+MBEDTLS_OPTS += -DENABLE_ZLIB_SUPPORT=OFF -DMBEDTLS_FATAL_WARNINGS=OFF
11
ifeq ($(BUILD_OS),WINNT)
12
MBEDTLS_OPTS += -G"MSYS Makefiles"
13
endif
0 commit comments