Changeset 4e23a061 for general/genlib


Ignore:
Timestamp:
10/19/2024 05:32:00 AM (38 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
e29beb9a
Parents:
20cd9620
git-author:
Xi Ruoyao <xry111@…> (10/19/2024 05:28:29 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/19/2024 05:32:00 AM)
Message:

Update to spidermonkey-128.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/spidermonkey.xml

    r20cd9620 r4e23a061  
    77  <!ENTITY spidermonkey-download-http "&mozilla-http;/firefox/releases/&spidermonkey-version;esr/source/firefox-&spidermonkey-version;esr.source.tar.xz">
    88  <!ENTITY spidermonkey-download-ftp  " ">
    9   <!ENTITY spidermonkey-md5sum        "deb750363b35d86629f824c0f8ba7f56">
    10   <!ENTITY spidermonkey-size          "484 MB">
     9  <!-- size and md5sum are in packages.ent -->
    1110  <!ENTITY spidermonkey-buildsize     "3.6 GB (40 MB installed after removing 36 MB static lib; add 34 MB for the main tests and 37 MB for the jit tests)">
    1211  <!ENTITY spidermonkey-time          "1.9 SBU (with parallelism=4; add 1.1 SBU for the main tests and 3.7 SBU for the jit tests)">
     
    183182                    --disable-jemalloc       \
    184183                    --enable-readline        \
     184                    --enable-rust-simd       \
    185185                    --with-intl-api          \
    186186                    --with-system-icu        \
     
    289289      support in the SpiderMonkey command line interface.
    290290    </para>
    291     <!--
    292     <para>
    293       <parameter>- -enable-rust-simd</parameter>: This switch enables SIMD
     291
     292    <para>
     293      <parameter>--enable-rust-simd</parameter>: This switch enables SIMD
    294294      optimization in the shipped encoding_rs crate.
    295295    </para>
    296     -->
     296
    297297    <para>
    298298      <parameter>--with-intl-api</parameter>: This enables the
Note: See TracChangeset for help on using the changeset viewer.