Bug 1382262 - Set rust debuginfo=1 for OSX builds; rs=bustage-fix
--HG-- extra : rebase_source : 3e96904bdb2c7355a5cbaa5030b71943c14ea6ec extra : histedit_source : c2d4db89cb7a19a75b19017d4edcaf38cb94182a
This commit is contained in:
Родитель
bca738edba
Коммит
234403caa2
|
@ -23,3 +23,6 @@ ac_add_options --with-ccache
|
|||
# Run client.py
|
||||
mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-args ] && cat $topsrcdir/build/client.py-args)"
|
||||
mk_add_options ALWAYS_RUN_CLIENT_PY=1
|
||||
|
||||
# XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
|
||||
ac_add_options RUSTFLAGS='-C debuginfo=1'
|
||||
|
|
|
@ -17,3 +17,6 @@ MOZ_REQUIRE_ADDON_SIGNING=0
|
|||
# Run client.py
|
||||
mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-l10n-args ] && cat $topsrcdir/build/client.py-l10n-args)"
|
||||
mk_add_options ALWAYS_RUN_CLIENT_PY=1
|
||||
|
||||
# XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
|
||||
ac_add_options RUSTFLAGS='-C debuginfo=1'
|
||||
|
|
|
@ -36,3 +36,6 @@ ac_add_options --with-ccache
|
|||
# Run client.py
|
||||
mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-args ] && cat $topsrcdir/build/client.py-args)"
|
||||
mk_add_options ALWAYS_RUN_CLIENT_PY=1
|
||||
|
||||
# XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
|
||||
ac_add_options RUSTFLAGS='-C debuginfo=1'
|
||||
|
|
|
@ -33,3 +33,6 @@ export MOZ_PACKAGE_JSSHELL=1
|
|||
# Run client.py
|
||||
mk_add_options CLIENT_PY_ARGS="$([ -f $topsrcdir/build/client.py-args ] && cat $topsrcdir/build/client.py-args)"
|
||||
mk_add_options ALWAYS_RUN_CLIENT_PY=1
|
||||
|
||||
# XXX hack to work around dsymutil failing on OSX builds (bug 1380381, 1382262)
|
||||
ac_add_options RUSTFLAGS='-C debuginfo=1'
|
||||
|
|
Загрузка…
Ссылка в новой задаче