config.toml 848 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. changelog-seen = 2
  2. [llvm]
  3. ccache = "/usr/bin/ccache"
  4. link-shared = true
  5. [build]
  6. docs = false
  7. build = "x86_64-unknown-linux-musl"
  8. host = [ "x86_64-unknown-linux-musl" ]
  9. target = [ "x86_64-unknown-linux-musl" ]
  10. tools = [ "analysis", "cargo", "clippy", "src", "rustfmt" ]
  11. submodules = false
  12. vendor = true
  13. extended = true
  14. locked-deps = true
  15. python = "python3"
  16. [install]
  17. prefix = "@prefix@"
  18. libdir = "@libdir@"
  19. docdir = "@docsdir@"
  20. mandir = "share/man"
  21. [rust]
  22. channel = "stable"
  23. rpath = false
  24. jemalloc = false
  25. ignore-git = true
  26. optimize = true
  27. debug = false
  28. codegen-tests = false
  29. codegen-units = 1
  30. codegen-units-std = 1
  31. llvm-libunwind = "no"
  32. description = "Dragora GNU/Linux-Libre"
  33. incremental = false
  34. parallel-compiler = false
  35. [target.x86_64-unknown-linux-musl]
  36. llvm-config = "/usr/bin/llvm-config"
  37. crt-static = false
  38. [dist]
  39. src-tarball = false