forked from pool/MozillaFirefox
Accepting request 673283 from home:marxin:branches:mozilla:Factory
- Enable LTO for x86_64 (with increased memory constraints). OBS-URL: https://build.opensuse.org/request/show/673283 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=714
This commit is contained in:
parent
1030f9ddf5
commit
292dbe02a3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 10:11:45 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable LTO for x86_64 (with increased memory constraints).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 22:37:01 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
@ -34,6 +39,11 @@ Sat Jan 26 22:37:01 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
sufficient
|
||||
mozilla-reduce-files-per-UnifiedBindings.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 10:07:35 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable LTO optimization.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 14:32:03 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -380,6 +380,9 @@ ac_add_options --with-arch=armv7-a
|
||||
%ifarch aarch64 %arm s390x
|
||||
ac_add_options --disable-webrtc
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
ac_add_options --enable-lto
|
||||
%endif
|
||||
EOF
|
||||
./mach build
|
||||
|
||||
|
10
_constraints
10
_constraints
@ -20,4 +20,14 @@
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>x86_64</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">16</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
Loading…
Reference in New Issue
Block a user