mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 15:01:05 +00:00
Use the intended configuration in component_test_se_full
This commit is contained in:
parent
ccfc5eaa81
commit
dd61a2e3b8
|
@ -876,6 +876,7 @@ component_test_se_default () {
|
|||
|
||||
component_test_se_full () {
|
||||
msg "build: full config + MBEDTLS_PSA_CRYPTO_SE_C"
|
||||
scripts/config.pl full
|
||||
scripts/config.pl set MBEDTLS_PSA_CRYPTO_SE_C
|
||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra -O2 -fsanitize=address' LDFLAGS='-fsanitize=address'
|
||||
|
||||
|
|
Loading…
Reference in a new issue