From f0551b8645d9e3babf35e40fbc74c02ec8990e58 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 22 Sep 2017 16:44:19 +0200 Subject: Updated documentation --- smolbote.qbs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'smolbote.qbs') 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 -- cgit v1.2.1