34 ./configure --debug --disable-szmul-builtin > /dev/null |
34 ./configure --debug --disable-szmul-builtin > /dev/null |
35 perform_check |
35 perform_check |
36 printf "Check w/o szmul builtin (c++)... " |
36 printf "Check w/o szmul builtin (c++)... " |
37 perform_check_cxx |
37 perform_check_cxx |
38 |
38 |
|
39 printf "Check release config... " |
|
40 ./configure --release > /dev/null |
|
41 perform_check |
|
42 |
39 printf "Check gcc C23 preview... " |
43 printf "Check gcc C23 preview... " |
40 CC=gcc CFLAGS=-std=c23 ./configure --debug > /dev/null |
44 CC=gcc CFLAGS=-std=c23 ./configure --debug > /dev/null |
41 perform_check |
45 perform_check |
42 |
46 |
43 # clean build files and restore config |
47 # clean build files and restore config |