forked from paulrufous/config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mozconfig
20 lines (17 loc) · 1.15 KB
/
.mozconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# My mozilla config
#
# Options prefixed with mk_add_options are passed to client.mk. The most important of these is MOZ_OBJDIR, which controls where your application gets built (also known as the object directory).
# Options prefixed with ac_add_options are passed to configure, and effect the build process.
#
# To build run 'make -f client.mk build' from top level of the source directory "mozilla"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@ #Enables objdir
mk_add_options MOZ_MAKE_FLAGS="-j4" #Parallel compilation is a nice speedup
# Из онлайн-инструкции
ac_add_options --enable-application=browser #We are building firefox
ac_add_options --enable-optimize #Enables the default compiler optimization options
ac_add_options --disable-debug
ac_add_options --disable-tests #By default, many auxiliary test applications are built, which can help debug and patch the mozilla source.
ac_add_options --enable-official-branding
# Мои опции
ac_add_options --enable-system-cairo #Ради чего все и затевалось
ac_add_options --disable-gconf #чтобы не было путаницы что чем открывать