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