bootstrap-config.toml 493 B

1234567891011121314151617181920212223242526
  1. [build]
  2. python = "python2.7"
  3. extended = true
  4. # Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
  5. verbose = 0
  6. # Build the sanitizer runtimes
  7. #sanitizers = false
  8. [install]
  9. prefix = "/usr"
  10. [rust]
  11. codegen-units = 0
  12. debuginfo = true
  13. # Whether or not line number debug information is emitted
  14. #debuginfo-lines = false
  15. channel = "stable"
  16. [target.x86_64-unknown-linux-gnu]
  17. llvm-config = "/usr/bin/llvm-config"
  18. [target.i686-unknown-linux-gnu]
  19. llvm-config = "/usr/bin/llvm-config"