mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
22 lines
579 B
Plaintext
22 lines
579 B
Plaintext
mk_add_options MOZ_MAKE_FLAGS=-j8
|
|
# Pale Moon branding
|
|
|
|
ac_add_options --with-distribution-id=MCP
|
|
#
|
|
ac_add_options --enable-update-packaging
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --enable-release
|
|
# ac_add_options --with-branding=browser/branding/unstable # disable for release
|
|
export MOZILLA_OFFICIAL=1
|
|
#
|
|
mk_add_options MOZ_CO_PROJECT=browser
|
|
ac_add_options --enable-application=browser
|
|
#
|
|
ac_add_options --enable-optimize="-O2"
|
|
#
|
|
ac_add_options --enable-jemalloc
|
|
ac_add_options --enable-shared-js
|
|
#
|
|
#ac_add_options --enable-debug
|
|
ac_add_options --enable-strip
|