mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
77476765df
Until we can do something better
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
. "$topsrcdir/build/mozconfig.common"
|
|
|
|
ac_add_options --enable-debug
|
|
|
|
ac_add_options --disable-unified-compilation
|
|
|
|
# Use Clang as specified in manifest
|
|
export CC="$topsrcdir/clang/bin/clang"
|
|
export CXX="$topsrcdir/clang/bin/clang++"
|
|
|
|
# Add the static checker
|
|
ac_add_options --enable-clang-plugin
|
|
|
|
# Avoid dependency on libstdc++ 4.7
|
|
ac_add_options --enable-stdcxx-compat
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|