MCPcopy Create free account
hub / github.com/douchuan/algorithm / main

Function main

build.rs:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1extern crate cc;
2
3fn main() {
4 cc::Build::new()
5 // .cpp(true)
6 // .flag("-std=c++11")
7 .include("cpp")
8 .file("cpp/fib.c")
9 // .file("cpp/tree.cpp")
10 .compile("libsolution.a");
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected