chore: fix sandebug preset overriding sanitize options

This commit is contained in:
Sebastian Ullrich 2025-04-06 19:05:20 +02:00 committed by GitHub
parent 333f7573d7
commit 2c203ac681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
},
{
"name": "sandebug",
"inherits": ["debug", "sanitize"],
"inherits": ["sanitize", "debug"],
"displayName": "Sanitize+debug build config",
"binaryDir": "${sourceDir}/build/sandebug"
}