You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to pass RUSTFLAGS through cargo using a profile,
so they must still be passed along with the build command:
RUSTFLAGS="-C force-frame-pointers=y" cargo build --profile profiling
0 commit comments