File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151 {
5252 "name" : " release-orange" ,
5353 "displayName" : " Build with full optimizations (ORANGE)" ,
54- "inherits" : [" release " , " .orange " ]
54+ "inherits" : [" .orange " , " release " ]
5555 },
5656 {
5757 "name" : " reldeb-orange" ,
5858 "displayName" : " Build with optimizations, but enable host debugging (ORANGE)" ,
59- "inherits" : [" reldeb " , " .orange " ]
59+ "inherits" : [" .orange " , " reldeb " ]
6060 },
6161 {
6262 "name" : " debug-orange" ,
6363 "displayName" : " Build without optimization, enabling full host debugging (ORANGE)" ,
64- "inherits" : [" .base " , " .debug " , " .orange " ],
64+ "inherits" : [" .orange " , " .base " , " .debug " ],
6565 "cacheVariables" : {
6666 "CELERITAS_DEVICE_DEBUG" :{"type" : " BOOL" , "value" : " OFF" }
6767 }
Original file line number Diff line number Diff line change 5252 {
5353 "name" : " release-orange" ,
5454 "displayName" : " Build with full optimizations (ORANGE)" ,
55- "inherits" : [" release " , " .orange " ]
55+ "inherits" : [" .orange " , " release " ]
5656 },
5757 {
5858 "name" : " reldeb-orange" ,
5959 "displayName" : " Build with optimizations, but enable host debugging (ORANGE)" ,
60- "inherits" : [" reldeb " , " .orange " ]
60+ "inherits" : [" .orange " , " reldeb " ]
6161 },
6262 {
6363 "name" : " debug-orange" ,
6464 "displayName" : " Build without optimization, enabling full host debugging (ORANGE)" ,
65- "inherits" : [" .base " , " .debug " , " .orange " ],
65+ "inherits" : [" .orange " , " .base " , " .debug " ],
6666 "cacheVariables" : {
6767 "CELERITAS_DEVICE_DEBUG" :{"type" : " BOOL" , "value" : " OFF" }
6868 }
You can’t perform that action at this time.
0 commit comments