Add flag to force debug mode
This commit is contained in:
parent
755d9e590f
commit
b5cddefcfa
2 changed files with 5 additions and 2 deletions
|
|
@ -41,11 +41,14 @@ include = [
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["force-debug"]
|
||||
|
||||
coreml = []
|
||||
cuda = []
|
||||
opencl = []
|
||||
openblas = []
|
||||
metal = []
|
||||
force-debug = []
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue