chore: fix debug preset (#7653)

This commit is contained in:
Sebastian Ullrich 2025-03-24 11:58:20 +01:00 committed by GitHub
parent 7d651d559a
commit 635af865bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@
"name": "debug", "name": "debug",
"displayName": "Debug build config", "displayName": "Debug build config",
"cacheVariables": { "cacheVariables": {
"LEAN_EXTRA_CXX_FLAGS": "-DLEAN_DEFAULT_THREAD_STACK_SIZE=16*1024*1024",
"CMAKE_BUILD_TYPE": "Debug" "CMAKE_BUILD_TYPE": "Debug"
}, },
"generator": "Unix Makefiles", "generator": "Unix Makefiles",