Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
powerboat9 committed Aug 29, 2024
1 parent 6d5d6de commit 42dbf1b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/configure-san
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
export GCC_LIBS=$(gcc -print-search-dirs | head -n1 | sed 's/install: //')
export COMMON="-fsanitize=address"

./$(dirname $0)/../configure CFLAGS="$COMMON -B$GCC_LIBS" \
CXXFLAGS="$COMMON -B$GCC_LIBS" \
LDFLAGS="$COMMON -B$GCC_LIBS --verbose" \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib
CONFIGURE=$(dirname $(dirname $0))/configure

$CONFIGURE CFLAGS="$COMMON -B$GCC_LIBS" \
CXXFLAGS="$COMMON -B$GCC_LIBS" \
LDFLAGS="$COMMON -B$GCC_LIBS" \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib

0 comments on commit 42dbf1b

Please sign in to comment.