From a0c51fb53ec288dd8272c035d3ef2db4c0e05942 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 7 Oct 2021 19:27:16 +0200 Subject: [PATCH] Clarify a comment Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ee8460eee..b2f32fd84 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2468,7 +2468,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"