We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82c9b3 commit 430334cCopy full SHA for 430334c
src/bootstrap/src/core/build_steps/llvm.rs
@@ -78,9 +78,9 @@ struct LdFlags {
78
/// Allows each step to add C/Cxx flags which are only used for a specific cmake invocation.
79
#[derive(Debug, Clone, Default)]
80
struct CcFlags {
81
- /// Addtional values for CMAKE_CC_FLAGS, to be added before all other values.
+ /// Additional values for CMAKE_CC_FLAGS, to be added before all other values.
82
cflags: OsString,
83
- /// Addtional values for CMAKE_CXX_FLAGS, to be added before all other values.
+ /// Additional values for CMAKE_CXX_FLAGS, to be added before all other values.
84
cxxflags: OsString,
85
}
86
0 commit comments