FWIW.

Just finished xulrunner-12.0 build.

Used, besides others:

1. Already in .mozconfig
ac_add_options --enable-system-ffi
ac_add_options --enable-system-cairo
ac_add_options --enable-shared
ac_add_options --with-pthreads
ac_add_options --with-system-jpeg
ac_add_options --with-system-png
ac_add_options --with-system-zlib
ac_add_options --disable-static
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-crashreporter
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests

2. Added, after Armin Krejzi
ac_add_options --enable-optimize
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --disable-mochitest

Obtained the following statistics:

BUILD_DIR_SIZE: 917316   

USED_BEFORE: 8105104
USED_AFTER: 8159468
USED_AFTER - USED_BEFORE = 54364

[Forgot to delete after a previous build /usr/include/xulrunner-12.0 and 
/usr/share/idl/xulrunner-12.0, so it should read:

USED_AFTER - USED_BEFORE = 108672 ]




Totalseconds: 917


real    15m16.346s
user    39m57.585s
sys    3m21.553s

$ find /usr -type d -name xulrunner\* -exec du -sh {} \; 2>/dev/null
24M    /usr/include/xulrunner-12.0
6,8M    /usr/share/idl/xulrunner-12.0
25M    /usr/lib/xulrunner-devel-12.0
29M    /usr/lib/xulrunner-12.0

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to