Skip to content

Commit

Permalink
go back to semi-working attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
powerboat9 committed Aug 28, 2024
1 parent 5a19177 commit 356de32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
mkdir -p gccrs-build;
cd gccrs-build;
../configure \
CFLAGS=-fsanitize=address \
CXXFLAGS=-fsanitize=address \
LDFLAGS='-fsanitize=address -static-libasan' \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib
Expand All @@ -141,9 +144,6 @@ jobs:
# Add cargo to our path quickly
. "$HOME/.cargo/env";
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 \
CFLAGS_FOR_TARGET=-fsanitize=address \
CXXFLAGS_FOR_TARGET=-fsanitize=address \
LDFLAGS_FOR_TARGET='-fsanitize=address -static-libasan' \
make -Otarget -j $(nproc) 2>&1 | tee log
- name: Check for new warnings
Expand Down

0 comments on commit 356de32

Please sign in to comment.