diff --git a/CMakePresets.json b/CMakePresets.json index 812635f171..4fcfbc1a0b 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -39,7 +39,7 @@ }, { "name": "sandebug", - "inherits": ["debug", "sanitize"], + "inherits": ["sanitize", "debug"], "displayName": "Sanitize+debug build config", "binaryDir": "${sourceDir}/build/sandebug" }