summaryrefslogtreecommitdiffstats
path: root/http/firefox/CONFIGURE
blob: ef65f047df515e73bb6e9c81824ec701794a9a4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
. $GRIMOIRE/config_query_multi.function &&

config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n &&

config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may \
be restricted in distributing these binaries IAW mozilla policies" n &&

config_query FIREFOX_SAFE "Enable safe browsing (anti-phishing) implementation?" n &&

config_query  FIREFOX_STRIP                              \
                     'Remove debugging symbols (they are BIG, stripped by upstream default)?' \
                     y &&
config_query  FIREFOX_SDK                              \
                     'Install SDK (including a non-stripped huge copy of libxul.so)?' \
                     n &&
config_query  FIREFOX_PGO                              \
                     'Enable profile guided optimizations (takes twice as long to build)?' \
                     n
config_query  FIREFOX_WIDEVINE \
              'Enable Widevine DRM' n