firefox: Disable profiling since it adds 12 MB to the build

This commit is contained in:
Eelco Dolstra 2012-10-15 12:16:01 -04:00
parent 5c9b7e3f15
commit 3c2f28c67e

View File

@ -32,7 +32,7 @@ rec {
commonConfigureFlags = commonConfigureFlags =
[ "--enable-optimize" [ "--enable-optimize"
"--enable-profiling" #"--enable-profiling"
"--disable-debug" "--disable-debug"
"--enable-strip" "--enable-strip"
"--with-system-jpeg" "--with-system-jpeg"