File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ fn simple() {
75
75
"overflow_checks": true,
76
76
"rpath": false,
77
77
"incremental": false,
78
- "panic": "unwind"
78
+ "panic": "unwind",
79
+ "strip": "none"
79
80
},
80
81
"platform": null,
81
82
"mode": "build",
@@ -115,7 +116,8 @@ fn simple() {
115
116
"overflow_checks": true,
116
117
"rpath": false,
117
118
"incremental": false,
118
- "panic": "unwind"
119
+ "panic": "unwind",
120
+ "strip": "none"
119
121
},
120
122
"platform": null,
121
123
"mode": "build",
@@ -155,7 +157,8 @@ fn simple() {
155
157
"overflow_checks": true,
156
158
"rpath": false,
157
159
"incremental": false,
158
- "panic": "unwind"
160
+ "panic": "unwind",
161
+ "strip": "none"
159
162
},
160
163
"platform": null,
161
164
"mode": "build",
@@ -188,7 +191,8 @@ fn simple() {
188
191
"overflow_checks": true,
189
192
"rpath": false,
190
193
"incremental": false,
191
- "panic": "unwind"
194
+ "panic": "unwind",
195
+ "strip": "none"
192
196
},
193
197
"platform": null,
194
198
"mode": "build",
You can’t perform that action at this time.
0 commit comments