This commit is contained in:
Anthony Cicchetti 2020-05-14 14:51:54 -04:00
parent b19f4ada9e
commit 7325a98b69
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[profile.release]
lto = true
opt-level = 3

View file

@ -9,6 +9,12 @@
shell: /tmp/install_rust.sh -y
args:
creates: ~/.cargo
- name: Link cargo-config
file:
src: "{{ role_path }}/files/config"
dest: ~/.cargo/config
state: link
- name: Install ripgrep
shell: ~/.cargo/bin/cargo install ripgrep