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 8cf83f2 commit 82324fcCopy full SHA for 82324fc
run-tests.sh
@@ -94,8 +94,13 @@ for arch in $ARCHS; do
94
for test in $TESTS_CPP $TESTS_CPP_EXCEPTIONS; do
95
$arch-w64-$target_os-clang++ $test.cpp -o $TEST_DIR/$test.exe
96
done
97
+ for test in $TESTS_CPP_EXCEPTIONS; do
98
+ $arch-w64-$target_os-clang++ $test.cpp -O2 -o $TEST_DIR/$test-opt.exe
99
+ done
100
if [ "$arch" != "aarch64" ] || [ -n "$NATIVE_AARCH64" ]; then
- TESTS_EXTRA="$TESTS_EXTRA $TESTS_CPP_EXCEPTIONS"
101
102
+ TESTS_EXTRA="$TESTS_EXTRA $test $test-opt"
103
104
fi
105
for test in $TESTS_CPP_LOAD_DLL; do
106
case $target_os in
0 commit comments