forked from M-Labs/libfringe
db6a2ff89b
Now other Stack / StackSource implementations can use the same Valgrind code. Ref #3.
6 lines
95 B
Rust
6 lines
95 B
Rust
extern crate gcc;
|
|
|
|
fn main() {
|
|
gcc::compile_library("libvalgrind.a", &["src/valgrind.c"]);
|
|
}
|