about summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authorozkanonur <work@onurozkan.dev>2023-03-10 19:47:09 +0300
committerozkanonur <work@onurozkan.dev>2023-03-15 13:20:02 +0300
commit2e7249fa0f4c276414b7905b1ad975bd98da0c55 (patch)
tree60392dcccf92d5cbc6bca47cb4d03a2d94b21910 /config.example.toml
parent0058748944abb3282aba0e0a74823c6411703565 (diff)
downloadrust-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.toml3
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 = {}