-
i am new to using rules_rust. i specified this rule in my build file:
However, i see its still getting compiled with the debug symbols:
how do i ensure the |
Beta Was this translation helpful? Give feedback.
Answered by
liningpan
Jul 27, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pdeva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rules_rust
respects bazel compilation mode (https://bazel.build/docs/user-manual#compilation-mode), sobazel build //<target> -c opt
will build things in release mode.