summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-04 09:11:08 -0600
committerTom Barrett <tom@tombarrett.xyz>2020-03-04 09:11:08 -0600
commitf57de5cd6075c071fe89bb7af898072b0a8daab6 (patch)
treea7bf31e5c791e5f0c4122f661b72a621ec3eff2b /Cargo.toml
parent7ef7e745c9be4d07dbfcc4e536709924c7c982d4 (diff)
compiles a semi optimized version always, sets up volume to be very low
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 96fc0cf..381f81e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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