File tree Expand file tree Collapse file tree 1 file changed +42
-12
lines changed
Expand file tree Collapse file tree 1 file changed +42
-12
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments