public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [RFC] Dealing with default upstream Rust flags (?)
@ 2024-11-09 16:45 Michał Górny
  2024-11-09 23:28 ` James Le Cuirot
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2024-11-09 16:45 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 892 bytes --]

Hi,

Long story short, a lot of Rust upstreams are ricing in their
Cargo.toml: enabling LTO, adjusting LTO jobs to exactly 1, and even
weirder stuff.  With C, we generally have clear policies to override
this and respect user flags.  With Rust, things aren't that clear.

Say, let's look at fractal:

  [profile.release]
  debug = true
  lto = "thin"
  codegen-units = 1

Upstream is enabling LTO with 1 job (i.e. single threaded) to squeeze
as much as they can from it.  Also, they are enabling debug symbols for
some reason.  As a result, the build takes 45 minutes, if it doesn't OOM
first.

How much of that stuff should we respect?  Or should we perhaps override
it all?  Should we do some special magic via eclass, or perhaps expect
users to set specific RUSTFLAGS for that?  Perhaps set default RUSTFLAGS
in the profiles?

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 512 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-09 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-09 16:45 [gentoo-dev] [RFC] Dealing with default upstream Rust flags (?) Michał Górny
2024-11-09 23:28 ` James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox