rust build trial

This commit is contained in:
Idris Kalp
2020-11-21 03:34:56 +03:00
parent a8d082ebb4
commit b513029829
3 changed files with 14 additions and 3 deletions
@@ -4,9 +4,14 @@ changelog-seen = 2
link-shared = true
[build]
python = "python2.7"
target = ["x86_64-unknown-linux-gnu"]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
python = "/usr/bin/python3"
extended = true
sanitizers = false
profiler = true
vendor = true
[install]
prefix = "/usr"