BUG 1376968 - remove fsantize edge flag draft
authorrforbes <rforbes@mozilla.com>
Wed, 28 Jun 2017 15:58:42 -0700
changeset 601604 9fedc3bad542a3a5651140f26eec20bb2ae25e7a
parent 601524 217b7fcf58944f927118b465769faeb1e613130a
child 635330 de7feeb1b27d003a6b9521b2e70f88f3d0a55a68
push id66137
push userrforbes@mozilla.com
push dateWed, 28 Jun 2017 22:59:54 +0000
bugs1376968
milestone56.0a1
BUG 1376968 - remove fsantize edge flag MozReview-Commit-ID: IJAoxu9Ovze
build/unix/mozconfig.fuzzing
--- a/build/unix/mozconfig.fuzzing
+++ b/build/unix/mozconfig.fuzzing
@@ -1,15 +1,15 @@
 MOZ_AUTOMATION_L10N_CHECK=0
 
 . "$topsrcdir/build/mozconfig.common"
 
 # Use Clang as specified in manifest
-export CC="$topsrcdir/clang/bin/clang -fgnu89-inline -fsanitize-coverage=edge"
-export CXX="$topsrcdir/clang/bin/clang++ -fsanitize-coverage=edge"
+export CC="$topsrcdir/clang/bin/clang -fgnu89-inline"
+export CXX="$topsrcdir/clang/bin/clang++"
 export LLVM_SYMBOLIZER="$topsrcdir/clang/bin/llvm-symbolizer"
 
 # Use a newer binutils, from the tooltool gcc package, if it's there
 if [ -e "$topsrcdir/gcc/bin/ld" ]; then
     export CC="$CC -B $topsrcdir/gcc/bin"
     export CXX="$CXX -B $topsrcdir/gcc/bin"
 fi