Skip to content

Commit 5559b31

Browse files
committed
Disable optimizations for the full+make+gcc all.sh component
1 parent 0291cb7 commit 5559b31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/scripts/all.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,13 +609,13 @@ component_test_full_cmake_clang () {
609609
record_status tests/scripts/test_psa_constant_names.py
610610
}
611611

612-
component_test_full_make_gcc () {
613-
msg "build: make, full config, gcc" # ~ 50s
612+
component_test_full_make_gcc_o0 () {
613+
msg "build: make, full config, gcc -O0" # ~ 50s
614614
scripts/config.pl full
615615
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
616-
make
616+
make CC=gcc CFLAGS='-O0'
617617

618-
msg "test: main suites (full config, gcc)" # ~ 5s
618+
msg "test: main suites (full config, gcc -O0)" # ~ 5s
619619
make test
620620
}
621621

0 commit comments

Comments
 (0)