Re: How to override RUSTFLAGS in .spec

2025-08-20 Thread Ming Lei
On Mon, Aug 18, 2025 at 10:29 PM Mamoru TASAKA wrote: > > Ming Lei wrote on 2025/08/18 22:53: > > Hello, > > > > I am trying to add `export RUSTFLAGS="${RUSTFLAGS} > > --cfg=io_uring_skip_arch_check"` > > during %build, however looks it doesn't work, please see the following > > log[1]: > > > > +

Re: How to override RUSTFLAGS in .spec

2025-08-20 Thread Ming Lei
On Tue, Aug 19, 2025 at 12:02 AM Fabio Valentini wrote: > > On Mon, Aug 18, 2025 at 3:53 PM Ming Lei wrote: > > > > Hello, > > > > I am trying to add `export RUSTFLAGS="${RUSTFLAGS} > > --cfg=io_uring_skip_arch_check"` > > during %build, however looks it doesn't work, please see the following >

Re: How to override RUSTFLAGS in .spec

2025-08-18 Thread Fabio Valentini
On Mon, Aug 18, 2025 at 3:53 PM Ming Lei wrote: > > Hello, > > I am trying to add `export RUSTFLAGS="${RUSTFLAGS} > --cfg=io_uring_skip_arch_check"` > during %build, however looks it doesn't work, please see the following log[1]: > > + export 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=

Re: How to override RUSTFLAGS in .spec

2025-08-18 Thread Mamoru TASAKA
Ming Lei wrote on 2025/08/18 22:53: Hello, I am trying to add `export RUSTFLAGS="${RUSTFLAGS} --cfg=io_uring_skip_arch_check"` during %build, however looks it doesn't work, please see the following log[1]: + export 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Clink-arg