We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0291cb7 commit 5559b31Copy full SHA for 5559b31
tests/scripts/all.sh
@@ -609,13 +609,13 @@ component_test_full_cmake_clang () {
609
record_status tests/scripts/test_psa_constant_names.py
610
}
611
612
-component_test_full_make_gcc () {
613
- msg "build: make, full config, gcc" # ~ 50s
+component_test_full_make_gcc_o0 () {
+ msg "build: make, full config, gcc -O0" # ~ 50s
614
scripts/config.pl full
615
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
616
- make
+ make CC=gcc CFLAGS='-O0'
617
618
- msg "test: main suites (full config, gcc)" # ~ 5s
+ msg "test: main suites (full config, gcc -O0)" # ~ 5s
619
make test
620
621
0 commit comments