Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KDebugSettings
Commits
d16ded4b
Commit
d16ded4b
authored
Jul 07, 2021
by
Laurent Montel
😁
Browse files
Add clang support
parent
30e04ad2
Pipeline
#69494
passed with stage
in 3 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakePresets.json
View file @
d16ded4b
...
...
@@ -22,6 +22,20 @@
"CMAKE_EXPORT_COMPILE_COMMANDS"
:
"ON"
}
},
{
"name"
:
"dev-clang"
,
"displayName"
:
"dev-clang"
,
"generator"
:
"Ninja"
,
"binaryDir"
:
"${sourceDir}/build-clang"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Debug"
,
"CMAKE_EXPORT_COMPILE_COMMANDS"
:
"ON"
},
"environment"
:
{
"CXX"
:
"clang++"
,
"CCACHE_DISABLE"
:
"ON"
}
},
{
"name"
:
"unity"
,
"displayName"
:
"Build with CMake unity support."
,
...
...
@@ -71,6 +85,10 @@
"name"
:
"dev"
,
"configurePreset"
:
"dev"
},
{
"name"
:
"dev-clang"
,
"configurePreset"
:
"dev-clang"
},
{
"name"
:
"clazy"
,
"configurePreset"
:
"clazy"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment