Bug 1423822 - Stop disabling elfhack on lto builds. r=froydnj

--HG--
extra : rebase_source : fbe450139109173965de4ee5a8a7f71092aa34bc
This commit is contained in:
Mike Hommey 2018-08-01 15:56:43 +09:00
parent eb38bfa193
commit baff96f6e4

View File

@ -16,9 +16,6 @@ if [ -e "$topsrcdir/gcc/bin/ld" ]; then
export CXX="$CXX -B $topsrcdir/gcc/bin"
fi
# Until Bug 1423822 is resolved
ac_add_options --disable-elf-hack
ac_add_options --enable-lto
. "$topsrcdir/build/unix/mozconfig.stdcxx"