Skip to content

Commit 8ba3004

Browse files
committed
debug
1 parent 88d057b commit 8ba3004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
source ${{ env.ONEAPI_ROOT }}/setvars.sh
7373
echo $CMPLR_ROOT
7474
export CC=$CMPLR_ROOT/bin/icx
75-
export CFLAGS="${CFLAGS} -g -fno-fast-math -O2"
75+
export CFLAGS="${CFLAGS} -g -fno-fast-math -O0"
7676
pip install . --no-build-isolation --no-deps --verbose
7777
7878
- name: Run tests under gdb

0 commit comments

Comments
 (0)