mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1376968 - Remove obsolete -fsantize-coverage=edge from fuzzing config. r=decoder
MozReview-Commit-ID: IJAoxu9Ovze --HG-- extra : rebase_source : 5f19fc176360fba47ee0b62250a4fa2605911672
This commit is contained in:
parent
edadc69735
commit
1b11218ff1
@ -3,8 +3,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user