Minor improvements on package handling

This commit is contained in:
2024-11-19 10:03:44 +01:00
parent c3eb5e6a62
commit e2342350d0
6 changed files with 55 additions and 25 deletions

View File

@@ -22,8 +22,8 @@
"inherits": "cmake-pedantic",
"cacheVariables": {
"DRAMSYS_BUILD_TESTS": "ON",
"DRAMSYS_BUILD_TRACE_ANALYZER": "ON",
"DRAMSYS_WITH_DRAMPOWER": "ON"
"DRAMSYS_BUILD_BENCHMARKS": "ON",
"DRAMSYS_BUILD_TRACE_ANALYZER": "ON"
}
},
{
@@ -70,6 +70,19 @@
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -fdiagnostics-color=always"
}
},
{
"name": "dev-local",
"binaryDir": "${sourceDir}/build",
"inherits": [
"dev-mode",
"std"
],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -fdiagnostics-color=always",
"DRAMSYS_USE_FETCH_CONTENT": "OFF"
}
}
]
}