Merge 2024a47f7cebede703794702bf89638696dbac20 into f4a1aceb8ca7198b11447d6e1885ce70feb2dcc6

This commit is contained in:
Ben Taylor 2026-07-27 21:02:30 +01:00 committed by GitHub
commit b2a3d7562a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -539,6 +539,7 @@ component_full_without_ecdhe_ecdsa_and_tls13 () {
component_build_no_ssl_srv () {
msg "build: full config except SSL server, make, gcc" # ~ 30s
scripts/config.py full
scripts/config.py unset DEBUG_C
scripts/config.py unset MBEDTLS_SSL_SRV_C
make CC=gcc CFLAGS='-Werror -Wall -Wextra -O1 -Wmissing-prototypes'
}
@ -546,6 +547,7 @@ component_build_no_ssl_srv () {
component_build_no_ssl_cli () {
msg "build: full config except SSL client, make, gcc" # ~ 30s
scripts/config.py full
scripts/config.py unset DEBUG_C
scripts/config.py unset MBEDTLS_SSL_CLI_C
make CC=gcc CFLAGS='-Werror -Wall -Wextra -O1 -Wmissing-prototypes'
}