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 5f5c248 commit b179eaaCopy full SHA for b179eaa
.github/workflows/build-with-clang.yml
@@ -72,7 +72,7 @@ jobs:
72
source ${{ env.ONEAPI_ROOT }}/setvars.sh
73
echo $CMPLR_ROOT
74
export CC=$CMPLR_ROOT/bin/icx
75
- export CFLAGS="-O0 -g -fno-fast-math -fsanitize=address"
+ export CFLAGS="-O1 -g -fno-fast-math -fno-omit-frame-pointer -fsanitize=address"
76
export CXXFLAGS="$CFLAGS"
77
export LDFLAGS="-fsanitize=address"
78
pip install . --no-build-isolation --no-deps --verbose
0 commit comments