# Includes one of the default files in src/bootstrap/defaults profile = "codegen" changelog-seen = 2 # ============================================================================= # Tweaking how LLVM is compiled # ============================================================================= [llvm] download-ci-llvm = false skip-rebuild = false optimize = true assertions = false tests = false ninja = true # targets = "AArch64;ARM;BPF;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" targets = "AArch64" experimental-targets="P2" clang = true # ============================================================================= # General build configuration options # ============================================================================= [build] submodules = false sanitizers = false # ============================================================================= # General install configuration options # ============================================================================= [install] # Instead of installing to /usr/local, install to this path instead. prefix = "/opt/p2rust" # ============================================================================= # Options for compiling Rust code itself # ============================================================================= [rust] debug = false debuginfo-level = 0 incremental = true llvm-tools = true