Hide noisy specialization warnings for frozen abi (#13141)
This commit is contained in:
@ -19,6 +19,7 @@ else
|
||||
fi
|
||||
|
||||
coverageFlags=(-Zprofile) # Enable coverage
|
||||
coverageFlags+=("-Aincomplete_features") # Supress warnings due to frozen abi, which is harmless for it
|
||||
coverageFlags+=("-Clink-dead-code") # Dead code should appear red in the report
|
||||
coverageFlags+=("-Ccodegen-units=1") # Disable code generation parallelism which is unsupported under -Zprofile (see [rustc issue #51705]).
|
||||
coverageFlags+=("-Cinline-threshold=0") # Disable inlining, which complicates control flow.
|
||||
|
Reference in New Issue
Block a user