summaryrefslogtreecommitdiffstats
path: root/b2g/graphene/config/horizon-mozconfigs/win32/debug
blob: 89bcb7a5fd622d7c0c9848eb32b9f7ebcc9d3e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
. "$topsrcdir/b2g/graphene/config/horizon-mozconfigs/common"

ac_add_options --enable-jemalloc
ac_add_options --enable-debug

# Nightlies only since this has a cost in performance
ac_add_options --enable-js-diagnostics

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

. $topsrcdir/build/win32/mozconfig.vs-latest

# graphene Options
ENABLE_MARIONETTE=1

export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP

. "$topsrcdir/b2g/graphene/config/mozconfigs/common.override"