Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
gcc: disable sanitizer (not compatible with musl)
Browse files Browse the repository at this point in the history
THIS IS ONLY FOR TESTING WITH MUSL
  • Loading branch information
sknsean authored and Sean Nyekjaer committed Feb 10, 2017
1 parent e7a782c commit d8dfdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/gcc/gcc-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ do_configure_gcc() {
--disable-multilib \
--disable-multiarch \
--with-system-zlib \
--disable-libsanitizer \
${do_configure_args} \
$*
}
Expand Down

0 comments on commit d8dfdda

Please sign in to comment.