mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 768405 - Adjust Clang path in ASan mozconfig for use with tooltool
This commit is contained in:
parent
ae8185a607
commit
35b81db4a4
@ -1,6 +1,6 @@
|
|||||||
# Use Clang r155417
|
# Use Clang as specified in manifest
|
||||||
export CC="/tools/clang-3.0/bin/clang -fgnu89-inline"
|
export CC="$topsrcdir/clang/bin/clang -fgnu89-inline"
|
||||||
export CXX="/tools/clang-3.0/bin/clang++"
|
export CXX="$topsrcdir/clang/bin/clang++"
|
||||||
|
|
||||||
# Mandatory flags for ASan
|
# Mandatory flags for ASan
|
||||||
export ASANFLAGS="-faddress-sanitizer -Dxmalloc=myxmalloc -fPIC"
|
export ASANFLAGS="-faddress-sanitizer -Dxmalloc=myxmalloc -fPIC"
|
||||||
|
Loading…
Reference in New Issue
Block a user