forked from pool/MozillaFirefox
292dbe02a3
- 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
34 lines
628 B
XML
34 lines
628 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">20</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>armv6l</arch>
|
|
<arch>armv7l</arch>
|
|
<arch>aarch64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">9</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>x86_64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">16</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|