mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 03:35:35 +00:00
Clarify a comment
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
cf52222694
commit
77f0535a93
@ -2275,7 +2275,8 @@ component_build_mbedtls_config_file () {
|
||||
}
|
||||
|
||||
component_test_m32_o0 () {
|
||||
# Build without optimization, to not use the i386 specific inline assembly.
|
||||
# Build without optimization, so as to use portable C code (in a 32-bit
|
||||
# build) and not the i386-specific inline assembly.
|
||||
msg "build: i386, make, gcc -O0 (ASan build)" # ~ 30s
|
||||
scripts/config.py full
|
||||
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O0" LDFLAGS="-m32 $ASAN_CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user