Skip to content

Commit 2c3032d

Browse files
committed
Disable debug info to shrink cache size
1 parent c2ccfd1 commit 2c3032d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ before_cache:
99
env:
1010
global:
1111
- CARGO_INCREMENTAL=0
12+
- RUSTFLAGS="-C debuginfo=0"
1213

1314
rust:
1415
- stable

0 commit comments

Comments
 (0)