summary history branches tags files
commit:fbac14c86c31a2c0b9236cf955ad508c18827fbe
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Jun 12 20:12:20 2019 +0200
parents:dc6940442afb4ccd3d2ce6283cb85ac7ddb2779d
disable incremental builds for size improvement
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index c98da90..5b521e5
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ lto = true
 debug-assertions = false
 codegen-units = 1
 panic = 'abort' #'unwind'
-incremental = true
+incremental = false
 overflow-checks = false
 
 [dependencies]