mirror of
https://abf.rosa.ru/djam/firefox-esr78.git
synced 2025-02-24 18:22:47 +00:00
Edited MOZ_MAKE_FLAGS
This commit is contained in:
parent
026a750775
commit
dbde2f569a
1 changed files with 8 additions and 1 deletions
|
@ -230,14 +230,21 @@ export CFLAGS
|
||||||
export CXXFLAGS
|
export CXXFLAGS
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch %{ix86}
|
||||||
|
%define smp_mflags -j1
|
||||||
|
%else
|
||||||
|
%define smp_mflags %{_smp_mflags}
|
||||||
|
%endif
|
||||||
|
|
||||||
export MOZCONFIG=`pwd`/mozconfig
|
export MOZCONFIG=`pwd`/mozconfig
|
||||||
cat << EOF > $MOZCONFIG
|
cat << EOF > $MOZCONFIG
|
||||||
mk_add_options BUILD_OFFICIAL=1
|
mk_add_options BUILD_OFFICIAL=1
|
||||||
mk_add_options MOZILLA_OFFICIAL=1
|
mk_add_options MOZILLA_OFFICIAL=1
|
||||||
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
|
mk_add_options MOZ_MAKE_FLAGS="%{smp_mflags}"
|
||||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-debug
|
ac_add_options --disable-debug
|
||||||
|
ac_add_options --disable-debug-symbols
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
%if %{toolkit_gtk3}
|
%if %{toolkit_gtk3}
|
||||||
|
|
Loading…
Add table
Reference in a new issue