Skip to content

Commit b179eaa

Browse files
committed
debug
1 parent 5f5c248 commit b179eaa

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="-O0 -g -fno-fast-math -fsanitize=address"
75+
export CFLAGS="-O1 -g -fno-fast-math -fno-omit-frame-pointer -fsanitize=address"
7676
export CXXFLAGS="$CFLAGS"
7777
export LDFLAGS="-fsanitize=address"
7878
pip install . --no-build-isolation --no-deps --verbose

0 commit comments

Comments
 (0)