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
996e7595
Commit
996e7595
authored
Feb 10, 2021
by
Laurent Montel
😁
Browse files
Update CMakePresets
parent
23a928d9
Pipeline
#50409
passed with stage
in 9 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakePresets.json
View file @
996e7595
...
...
@@ -18,7 +18,8 @@
"binaryDir"
:
"${sourceDir}/build-asan"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Debug"
,
"ECM_ENABLE_SANITIZERS"
:
"'address;undefined'"
"ECM_ENABLE_SANITIZERS"
:
"'address;undefined'"
,
"CMAKE_EXPORT_COMPILE_COMMANDS"
:
"ON"
}
},
{
...
...
@@ -28,7 +29,8 @@
"binaryDir"
:
"${sourceDir}/build-unity"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Debug"
,
"USE_UNITY_CMAKE_SUPPORT"
:
"ON"
"USE_UNITY_CMAKE_SUPPORT"
:
"ON"
,
"CMAKE_EXPORT_COMPILE_COMMANDS"
:
"ON"
}
},
{
...
...
@@ -39,6 +41,16 @@
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Release"
}
}
},
{
"name"
:
"profile"
,
"displayName"
:
"profile"
,
"generator"
:
"Ninja"
,
"binaryDir"
:
"${sourceDir}/build-profile"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"RelWithDebInfo"
,
"CMAKE_EXPORT_COMPILE_COMMANDS"
:
"ON"
}
}
]
}
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