mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 17:35:29 +00:00
Disables backtrace config from basic-build-test.sh
The configuration MBEDTLS_MEMORY_BACKTRACE is intended for debug and is not necessary for test coverage. Because it causes timing problems in some tests the configuration has been removed as it's not present in equivalent tests in the all.sh test script.
This commit is contained in:
parent
938f65c452
commit
bc4d9c1faa
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ fi
|
||||||
export CFLAGS=' --coverage -g3 -O0 '
|
export CFLAGS=' --coverage -g3 -O0 '
|
||||||
make clean
|
make clean
|
||||||
scripts/config.pl full
|
scripts/config.pl full
|
||||||
|
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue