updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / firefox-pgo-hg / mozconfig
blob127f60c207fdced22f882ffd1d37d6635fe22d92
1 ac_add_options --enable-application=browser
2 mk_add_options MOZ_CO_PROJECT=browser
3 ac_add_options --prefix=/usr --libdir=/usr/lib
5 ## System libs are preferred
6 ac_add_options --with-system-nss --with-system-jpeg --with-pthreads --with-system-zlib
7 ac_add_options --with-system-bz2 --with-system-png --enable-system-cairo --with-system-hunspell
8 ac_add_options --with-system-sqlite --with-system-libevent
10 ## GNU/Linux stuff
11 ac_add_options --disable-installer --disable-updater
12 ac_add_options --enable-official-branding
13 ac_add_options --enable-startup-notification
15 ## Optimize
16 ac_add_options --disable-pedantic --enable-jemalloc --enable-xterm-updates
17 ### Reverse these lines (enable vs disable) for a debug build
18 ac_add_options --enable-optimize="-O2" --disable-debug --disable-tests
19 ac_add_options --enable-profile-guided-optimization
20 ac_add_options --enable-strip --enable-install-strip
21 ###
23 ## Edit these as you see fit
24 ac_add_options --disable-crashreporter --disable-parental-controls 
25 ac_add_options --enable-printing --enable-xinerama
26 ac_add_options --enable-default-toolkit=cairo-gtk2  # cairo-gtk2-dfb, cairo-gtk2, or cairo-qt
27 ac_add_options --enable-places --enable-svg --enable-pango --enable-canvas
28 ac_add_options --enable-smil --disable-java-xpcom
29 ac_add_options --enable-canvas3d
30 # This is disabled in order to speed Firefox up, it prevents checking Google
31 # for every single URL Firefox processes.  If you're using this package, it's likely you already
32 # know enough to be safe online, or are paranoid (perhaps with reason) about
33 # Google getting your URLs.  Also, this is GNU/Linux, we have somewhat less to fear ;-)
34 ac_add_options --disable-safe-browsing
37 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo
38 mk_add_options PROFILE_GEN_SCRIPT='/usr/bin/python2 $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
39 export BUILD_OFFICIAL=1
40 export MOZILLA_OFFICIAL=1
41 mk_add_options BUILD_OFFICIAL=1
42 mk_add_options MOZILLA_OFFICIAL=1
44 # Want to change the compiler?
45 #export CC='gcc-4.5'
46 #export CXX='g++-4.5'