aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs5
1 files changed, 0 insertions, 5 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index 045f8ce..4bc1a7d 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -52,11 +52,6 @@ Project {
}
}
- // enable clazy if using clang
- Properties {
- condition: cpp.compilerName.contains("clang")
- cpp.cxxFlags: ["-Xclang", "-load", "-Xclang", "ClangLazy.so", "-Xclang", "-add-plugin", "-Xclang", "clang-lazy"]
- }
// global includes
cpp.includePaths: ['src', 'src/3rd-party', 'src/lib']
// global defines