diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
commit | 1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch) | |
tree | 2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/mozilla/firefox-3.0.1/mozconfig | |
parent | dd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff) | |
parent | e295c6669417f74e0127fcce8a80627a1c042ef3 (diff) |
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/mozilla/firefox-3.0.1/mozconfig')
-rw-r--r-- | packages/mozilla/firefox-3.0.1/mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mozilla/firefox-3.0.1/mozconfig b/packages/mozilla/firefox-3.0.1/mozconfig index 5001e588e9..8032ea3a3b 100644 --- a/packages/mozilla/firefox-3.0.1/mozconfig +++ b/packages/mozilla/firefox-3.0.1/mozconfig @@ -32,12 +32,12 @@ ac_add_options --enable-necko-small-buffers # disable debug logging and tests #ac_add_options --disable-dtd-debug ac_add_options --disable-logging -ac_add_options --enable-debug=-ggdb ac_add_options --disable-gtktest ac_add_options --disable-tests ac_add_options --disable-printing ac_add_options --disable-gnomevfs ac_add_options --disable-gnomeui +ac_add_options --enable-debugger-info-modules # build crypto module (PSM + NSS) ac_add_options --enable-crypto |