Skip to content

Commit f6737d4

Browse files
Compile clang with -fno-fast-math
1 parent e4fb77c commit f6737d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
echo $CMPLR_ROOT
6060
export CC=$CMPLR_ROOT/bin/compiler/clang
6161
export CXX=$CMPLR_ROOT/bin/compiler/clang++
62+
export CFLAGS="${CFLAGS} -fno-fast-math"
6263
echo "CC = ${CC} CXX=${CXX}"
6364
ls -l ${CC} ${CXX}
6465
python setup.py develop

0 commit comments

Comments
 (0)