1 2 3 4 5 6 7 8
fn main() { cc::Build::new() .cpp(true) .file("c/expr_match.cpp") .opt_level(3) .warnings(false) .compile("nmap_expr_match"); }