Skip to content

Commit d4b1523

Browse files
ya7010yassun7010
andauthored
update: ProfileWithBuildOverride (SchemaStore#4553)
Co-authored-by: yassun7010 <[email protected]>
1 parent a993df7 commit d4b1523

File tree

1 file changed

+42
-12
lines changed

1 file changed

+42
-12
lines changed

src/schemas/json/cargo.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -831,20 +831,50 @@
831831
}
832832
},
833833
"ProfileWithBuildOverride": {
834-
"allOf": [
835-
{
836-
"$ref": "#/definitions/Profile"
834+
"title": "Profile with Build Override",
835+
"type": "object",
836+
"properties": {
837+
"opt-level": {
838+
"$ref": "#/definitions/OptLevel"
837839
},
838-
{
839-
"type": "object",
840-
"properties": {
841-
"build-override": {
842-
"$ref": "#/definitions/Profile"
843-
}
844-
},
845-
"x-tombi-table-keys-order": "schema"
840+
"debug": {
841+
"$ref": "#/definitions/DebugLevel"
842+
},
843+
"split-debuginfo": {
844+
"$ref": "#/definitions/SplitDebuginfo"
845+
},
846+
"strip": {
847+
"$ref": "#/definitions/Strip"
848+
},
849+
"debug-assertions": {
850+
"$ref": "#/definitions/DebugAssertions"
851+
},
852+
"overflow-checks": {
853+
"$ref": "#/definitions/OverflowChecks"
854+
},
855+
"lto": {
856+
"$ref": "#/definitions/Lto"
857+
},
858+
"panic": {
859+
"$ref": "#/definitions/Panic"
860+
},
861+
"incremental": {
862+
"$ref": "#/definitions/Incremental"
863+
},
864+
"codegen-units": {
865+
"$ref": "#/definitions/CodegenUnits"
866+
},
867+
"rpath": {
868+
"$ref": "#/definitions/Rpath"
869+
},
870+
"package": {
871+
"$ref": "#/definitions/ProfilePackageOverrides"
872+
},
873+
"build-override": {
874+
"$ref": "#/definitions/Profile"
846875
}
847-
]
876+
},
877+
"x-tombi-table-keys-order": "schema"
848878
},
849879
"SplitDebuginfo": {
850880
"title": "SplitDebuginfo",

0 commit comments

Comments
 (0)