chore: fix sandebug preset overriding sanitize options
This commit is contained in:
parent
333f7573d7
commit
2c203ac681
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sandebug",
|
||||
"inherits": ["debug", "sanitize"],
|
||||
"inherits": ["sanitize", "debug"],
|
||||
"displayName": "Sanitize+debug build config",
|
||||
"binaryDir": "${sourceDir}/build/sandebug"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue