Skip to content

Commit 04c15eb

Browse files
committed
Initial commit
1 parent 1a42faf commit 04c15eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ for triplet in "${targets[@]}"; do
565565
--enable-linker-build-id \
566566
--enable-lto \
567567
--enable-plugin \
568-
--enable-libsanitizer \
569568
--enable-shared \
570569
--enable-threads='posix' \
571570
--enable-libstdcxx-threads \
@@ -576,6 +575,7 @@ for triplet in "${targets[@]}"; do
576575
--enable-libgomp \
577576
--with-specs="${specs}" \
578577
--with-pic \
578+
--disable-libsanitizer \
579579
--disable-fixincludes \
580580
--disable-libstdcxx-pch \
581581
--disable-werror \

0 commit comments

Comments
 (0)