b2g/config/mozconfigs/linux64_gecko/debug

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:29eb49d15eca
1 . "$topsrcdir/b2g/config/mozconfigs/common"
2 . "$topsrcdir/build/unix/mozconfig.linux"
3
4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
5 ac_add_options --enable-update-packaging
6 ac_add_options --enable-signmar
7 ac_add_options --enable-debug
8
9 # Nightlies only since this has a cost in performance
10 #ac_add_options --enable-js-diagnostics
11
12 # This will overwrite the default of stripping everything and keep the symbol table.
13 # This is useful for profiling and debugging and only increases the package size
14 # by 2 MBs.
15 STRIP_FLAGS="--strip-debug"
16
17 # Needed to enable breakpad in application.ini
18 export MOZILLA_OFFICIAL=1
19
20 export MOZ_TELEMETRY_REPORTING=1
21
22 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
23 # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
24
25 # Use sccache
26 no_sccache=
27 . "$topsrcdir/build/mozconfig.cache"
28
29 #B2G options
30 ac_add_options --enable-application=b2g
31 ENABLE_MARIONETTE=1
32 ac_add_options --disable-elf-hack
33 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
34
35 GAIADIR=$topsrcdir/gaia
36
37 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial