|
1 . $topsrcdir/build/macosx/mozconfig.common |
|
2 |
|
3 ac_add_options --enable-debug |
|
4 ac_add_options --enable-trace-malloc |
|
5 ac_add_options --enable-accessibility |
|
6 ac_add_options --enable-signmar |
|
7 |
|
8 # Needed to enable breakpad in application.ini |
|
9 export MOZILLA_OFFICIAL=1 |
|
10 |
|
11 ac_add_options --with-macbundlename-prefix=Firefox |
|
12 |
|
13 # Treat warnings as errors in directories with FAIL_ON_WARNINGS. |
|
14 ac_add_options --enable-warnings-as-errors |
|
15 |
|
16 # Package js shell. |
|
17 export MOZ_PACKAGE_JSSHELL=1 |
|
18 |
|
19 . "$topsrcdir/build/mozconfig.common.override" |