Skip to content

Instantly share code, notes, and snippets.

@yunlingz
Last active May 14, 2020 07:40
Show Gist options
  • Select an option

  • Save yunlingz/e932c0cc6b00697ca24b7dd6bad0248f to your computer and use it in GitHub Desktop.

Select an option

Save yunlingz/e932c0cc6b00697ca24b7dd6bad0248f to your computer and use it in GitHub Desktop.
rust dev setup for building speed and others
[profile.dev]
debug = false
[profile.release]
debug = false
[profile.test]
debug = false
[profile.bench]
debug = false
edition = "2018"
newline_style = "Unix"
tab_spaces = 2
max_width = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment