mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
# Turning on security
|
|
#
|
|
ac_add_options --enable-crypto
|
|
#
|
|
# Add all extensions
|
|
#
|
|
ac_add_options --enable-extensions=all
|
|
#
|
|
# Optimized
|
|
#
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --disable-debug
|
|
#
|
|
# Bloat stats/optimized needs these:
|
|
#
|
|
#ac_add_options --enable-logrefcnt
|
|
#
|