File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ authors = ["Anonymous"]
158
158
edition = "2018"
159
159
name = "n"
160
160
version = "0.1.0"
161
+ [profile.release]
162
+ strip = true
161
163
"# ,
162
164
r#"fn main() {}"#
163
165
)
@@ -181,6 +183,8 @@ authors = ["Anonymous"]
181
183
edition = "2018"
182
184
name = "n"
183
185
version = "0.1.0"
186
+ [profile.release]
187
+ strip = true
184
188
"# ,
185
189
r#"
186
190
---
@@ -207,6 +211,8 @@ authors = ["Anonymous"]
207
211
edition = "2018"
208
212
name = "n"
209
213
version = "0.1.0"
214
+ [profile.release]
215
+ strip = true
210
216
"# ,
211
217
r#"[dependencies]
212
218
time="0.1.25"
@@ -234,6 +240,8 @@ authors = ["Anonymous"]
234
240
edition = "2018"
235
241
name = "n"
236
242
version = "0.1.0"
243
+ [profile.release]
244
+ strip = true
237
245
"# ,
238
246
r#"
239
247
// Cargo-Deps: time="0.1.25"
@@ -261,6 +269,8 @@ authors = ["Anonymous"]
261
269
edition = "2018"
262
270
name = "n"
263
271
version = "0.1.0"
272
+ [profile.release]
273
+ strip = true
264
274
"# ,
265
275
r#"
266
276
// Cargo-Deps: time="0.1.25", libc="0.2.5"
@@ -294,6 +304,8 @@ authors = ["Anonymous"]
294
304
edition = "2018"
295
305
name = "n"
296
306
version = "0.1.0"
307
+ [profile.release]
308
+ strip = true
297
309
"# ,
298
310
r#"
299
311
/*!
You can’t perform that action at this time.
0 commit comments