Disable PTI by default

This commit is contained in:
Jeremy Soller
2018-01-19 20:07:18 -07:00
parent dd0376ed69
commit fee95a0406

View File

@@ -26,7 +26,7 @@ version = "0.7"
default-features = false
[features]
default = ["pti"]
default = []
doc = []
live = []
multi_core = []