diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 09:11:08 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-04 09:11:08 -0600 |
commit | f57de5cd6075c071fe89bb7af898072b0a8daab6 (patch) | |
tree | a7bf31e5c791e5f0c4122f661b72a621ec3eff2b /Cargo.toml | |
parent | 7ef7e745c9be4d07dbfcc4e536709924c7c982d4 (diff) |
compiles a semi optimized version always, sets up volume to be very low
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ luminance-derive = "0.5.3" luminance-glfw = "0.12.1" alto = "3.0.4" lewton = "0.10.0" + +[profile.dev] +opt-level = 2 |