Skip to content
Snippets Groups Projects
Commit 3924d3de authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

UnitTest: Fix build with clang 3.9.1


llvm-config-3.9 --cxxflags has -g1 which is substituted by 1.

Change-Id: I626f3f15c659f7de030c08883b5b739b1d636ada
Reviewed-by: default avatarMarco Bubke <marco.bubke@qt.io>
parent 3c219903
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ win32 {
LIBS += $$LIBTOOLING_LIBS $$LIBCLANG_LIBS
QMAKE_RPATHDIR += $$LLVM_LIBDIR
LLVM_CXXFLAGS ~= s,-g,
LLVM_CXXFLAGS ~= s,-g\d?,
QMAKE_CXXFLAGS += $$LLVM_CXXFLAGS
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment