Skip to content

Commit

Permalink
Compile clang with -fno-fast-math
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 1, 2024
1 parent e4fb77c commit f6737d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-with-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo $CMPLR_ROOT
export CC=$CMPLR_ROOT/bin/compiler/clang
export CXX=$CMPLR_ROOT/bin/compiler/clang++
export CFLAGS="${CFLAGS} -fno-fast-math"
echo "CC = ${CC} CXX=${CXX}"
ls -l ${CC} ${CXX}
python setup.py develop
Expand Down

0 comments on commit f6737d4

Please sign in to comment.