diff options
| author | ozkanonur <work@onurozkan.dev> | 2023-03-10 19:47:09 +0300 |
|---|---|---|
| committer | ozkanonur <work@onurozkan.dev> | 2023-03-15 13:20:02 +0300 |
| commit | 2e7249fa0f4c276414b7905b1ad975bd98da0c55 (patch) | |
| tree | 60392dcccf92d5cbc6bca47cb4d03a2d94b21910 /config.example.toml | |
| parent | 0058748944abb3282aba0e0a74823c6411703565 (diff) | |
| download | rust-2e7249fa0f4c276414b7905b1ad975bd98da0c55.tar.gz rust-2e7249fa0f4c276414b7905b1ad975bd98da0c55.zip | |
add `enable-warnings` flag for llvm
Signed-off-by: ozkanonur <work@onurozkan.dev>
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index dee0d8f254b..7ae46203f97 100644 --- a/config.example.toml +++ b/config.example.toml @@ -146,6 +146,9 @@ changelog-seen = 2 # Whether to build the clang compiler. #clang = false +# Whether to enable llvm compilation warnings. +#enable-warnings = false + # Custom CMake defines to set when building LLVM. #build-config = {} |
