diff --git a/modulecheck/app.json b/modulecheck/app.json index 0e7968bb63d07564a6ed8ef07b1c38eeba666222..ef2050fcab3ff31fa50741b8f07679080910019d 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -129,7 +129,8 @@ "maxChildProcess", "multiAppMode", "cloudFileSyncEnabled", - "configuration" + "configuration", + "ubsanEnabled" ] } }, @@ -172,7 +173,8 @@ "appEnvironments", "maxChildProcess", "cloudFileSyncEnabled", - "configuration" + "configuration", + "ubsanEnabled" ] } }, @@ -458,6 +460,11 @@ "type": "string", "pattern": "^[$]profile:[0-9a-zA-Z_.]+$", "maxLength": 255 + }, + "ubsanEnabled": { + "description": "Indicates whether to support ubsan.", + "type": "boolean", + "default": false } } }