зеркало из https://github.com/mozilla/pjs.git
18 строки
277 B
Plaintext
18 строки
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
|
|
#
|