[build] # Use fewer parallel jobs to reduce memory usage in CI jobs = 2 [target.x86_64-unknown-linux-gnu] # Optimize for CI environments rustflags = ["-C", "target-cpu=native", "-C", "opt-level=2"] [profile.ci] # CI-specific profile for memory-constrained environments opt-level = 2 lto = false codegen-units = 4 debug = false