ClangFormat: Fix qbs build

Prevent LLVM from smuggling -fno-rtti into the command line.

Change-Id: Idc428c8f7e4808233cdc3bcb25e46613573f59b4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-05-30 12:38:54 +02:00
committed by Christian Stenger
parent f1277f6cf2
commit 73824ad1f2

View File

@@ -178,6 +178,7 @@ function toolingParameters(llvmConfig)
"-Wno-unknown-warning",
"-Wno-unused-command-line-argument",
"-fPIC",
"-fno-rtti",
"-pedantic",
"-Wstring-conversion",
"-gsplit-dwarf"