firefox: enable the (enabled by default) elf hack

It's supposed to speed things up but had some troubles in the past
that seem to have been fixed
This commit is contained in:
Mathijs Kwik 2013-05-12 18:40:47 +02:00
parent 02b539ef47
commit 5fb93bd27e
2 changed files with 0 additions and 2 deletions

View file

@ -135,7 +135,6 @@ rec {
[ "--enable-application=browser"
"--with-libxul-sdk=${xulrunner}/lib/xulrunner-devel-${xulrunner.version}"
"--enable-chrome-format=jar"
"--disable-elf-hack"
]
++ commonConfigureFlags
++ stdenv.lib.optional enableOfficialBranding "--enable-official-branding";

View file

@ -135,7 +135,6 @@ rec {
[ "--enable-application=browser"
"--with-libxul-sdk=${xulrunner}/lib/xulrunner-devel-${xulrunner.version}"
"--enable-chrome-format=jar"
"--disable-elf-hack"
]
++ commonConfigureFlags
++ stdenv.lib.optional enableOfficialBranding "--enable-official-branding";