Add no_float feature to disable floating-point.

This commit is contained in:
Stephen Chung
2020-03-10 18:32:01 +08:00
parent 52b5732bcb
commit cc772c6e2a
6 changed files with 206 additions and 125 deletions

View File

@@ -23,6 +23,7 @@ debug_msgs = []
unchecked = []
no_stdlib = []
no_index = []
no_float = []
[profile.release]
lto = "fat"