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
There should be a way to pass rustpkg command-line flags for rustc, such as -O. (though we should also try to avoid the need for them as much as possible: for example, extern mod inference obviates the need for -L flags...)
The text was updated successfully, but these errors were encountered:
…=brson
r? @brson rustpkg now accepts most of rustc's command-line arguments and passes
them along to rustc when building or installing.
A few rarely-used arguments aren't implemented yet.
rustpkg doesn't support flags that don't make sense with rustpkg
(for example, --bin and --lib, which get inferred from crate file names).
Closes#8522
There should be a way to pass rustpkg command-line flags for rustc, such as
-O
. (though we should also try to avoid the need for them as much as possible: for example,extern mod
inference obviates the need for-L
flags...)The text was updated successfully, but these errors were encountered: