Ignore:
Timestamp:
05/05/2024 05:40:13 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
cbfd207
Parents:
793b567
Message:

mozilla: Disable Rust SIMD

It won't work with rustc >= 1.78.0 :(. We need to wait for Mozilla to
port the SIMD code to use std::simd and Rust team to stablize std::simd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r793b567 re1092747  
    223223ac_add_options --disable-tests
    224224
    225 # This enables SIMD optimization in the shipped encoding_rs crate.
    226 ac_add_options --enable-rust-simd
     225# The SIMD code relies on the unmaintained packed_simd crate which
     226# fails to build with Rustc >= 1.78.0.  We may re-enable it once
     227# Mozilla port the code to use std::simd and std::simd is stablized.
     228ac_add_options --disable-rust-simd
    227229
    228230ac_add_options --enable-strip
Note: See TracChangeset for help on using the changeset viewer.