We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a42faf commit 04c15ebCopy full SHA for 04c15eb
1 file changed
build.sh
@@ -565,7 +565,6 @@ for triplet in "${targets[@]}"; do
565
--enable-linker-build-id \
566
--enable-lto \
567
--enable-plugin \
568
- --enable-libsanitizer \
569
--enable-shared \
570
--enable-threads='posix' \
571
--enable-libstdcxx-threads \
@@ -576,6 +575,7 @@ for triplet in "${targets[@]}"; do
576
575
--enable-libgomp \
577
--with-specs="${specs}" \
578
--with-pic \
+ --disable-libsanitizer \
579
--disable-fixincludes \
580
--disable-libstdcxx-pch \
581
--disable-werror \
0 commit comments