-
Notifications
You must be signed in to change notification settings - Fork 0
/
mozconfig.linux.x86-64.debug
40 lines (28 loc) · 1.13 KB
/
mozconfig.linux.x86-64.debug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
mk_add_options AUTOCLOBBER=1
# NB see BZ 284767 about needing to set both of optimization/debug in lockstep
# optimized builds
#ac_add_options --enable-optimize
#ac_add_options --disable-debug
# debug builds
ac_add_options --disable-optimize
ac_add_options --enable-debug
#ac_add_options --enable-debug="-ggdb3 -fno-inline -O0"
#ac_add_options --enable-debug="-g3 -ggdb -O0"
#ac_add_options --enable-debug-symbols="-gdwarf-4"
ac_add_options --enable-debug-symbols
ac_add_options --enable-profiling
#ac_add_options --disable-profiling
# 2019-01-18 disable AV1 for x86 (non-64) builds due to build error
#ac_add_options --disable-av1
# release, nightly, beta
#ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --with-branding=browser/branding/nightly
ac_add_options --prefix=/home/bkoz/bin/H-firefox-nightly-x86-64
export MOZ_DEBUG_SYMBOLS=1
export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1
export MOZ_SERVICES_HEALTHREPORT=1
# Build GeckoView/Firefox for Android:
#ac_add_options --enable-application=mobile/android
#ac_add_options --without-adjust-sdk-keyfile
#ac_add_options --without-google-play-services