[build] target = ".cargo/x86_64-h2o-kernel.json" [unstable] build-std = ["core", "compiler_builtins", "alloc", "panic_abort"] build-std-features = ["compiler-builtins-mem"] [profile.dev] incremental = true lto = 'thin' panic = 'abort' [profile.release] incremental = true lto = 'fat' opt-level = 3 panic = 'abort'