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 88d057b commit 8ba3004Copy full SHA for 8ba3004
.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="${CFLAGS} -g -fno-fast-math -O2"
+ export CFLAGS="${CFLAGS} -g -fno-fast-math -O0"
76
pip install . --no-build-isolation --no-deps --verbose
77
78
- name: Run tests under gdb
0 commit comments