Skip to content

Commit

Permalink
flutter: Add asan cmake preset
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 18, 2025
1 parent 0d37e27 commit 5349b02
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,24 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
},
{
"name": "dev-flutter-asan",
"description": "Builds the flutter frontend (ASAN)",
"binaryDir": "${sourceDir}/build-dev-flutter-asan",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"KDDockWidgets_WERROR": "ON",
"KDDockWidgets_USE_LLD": "ON",
"KDDockWidgets_DEVELOPER_MODE": "ON"
},
"inherits": [
"flutter-base",
"asan-base"
]
},
{
"name": "dev-flutter",
"description": "Builds the KDDW layouting for usage with flutter",
"description": "Builds the flutter frontend",
"binaryDir": "${sourceDir}/build-dev-flutter",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
Expand Down

0 comments on commit 5349b02

Please sign in to comment.