# This file specifies the build flags for Firefox. You can use it by adding:
# . $topsrcdir/browser/config/mozconfig
# to the top of your mozconfig file.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_MAKE_FLAGS="-j5"
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
mk_add_options MOZ_PACKAGE_NSIS=1
ac_add_options --enable-application=browser
ac_add_options --enable-update-channel=nightly
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-update-packaging
转载于:https://www.cnblogs.com/eping/archive/2010/04/16/1713202.html
本文介绍了一个用于指定Firefox编译标志的文件配置详情。通过在mozconfig文件中添加特定的配置选项,可以实现Firefox的定制化编译,例如启用浏览器应用、夜间更新通道、优化编译等。

2746

被折叠的 条评论
为什么被折叠?



