b2g/config/mozconfigs/linux32_gecko/debug

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:3aee14c95d30
1 . "$topsrcdir/b2g/config/mozconfigs/common"
2 . "$topsrcdir/build/unix/mozconfig.linux32"
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 ccache
26 . "$topsrcdir/build/mozconfig.cache"
27
28 #B2G options
29 ac_add_options --enable-application=b2g
30 ENABLE_MARIONETTE=1
31 ac_add_options --disable-elf-hack
32 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
33
34 GAIADIR=$topsrcdir/gaia
35
36 . "$topsrcdir/b2g/config/mozconfigs/common.override"

mercurial