forked from GitHub/bdwgc-rust
Test build on CI
This commit is contained in:
@@ -12,12 +12,11 @@ This crate is for use cases in which developers need to integrate [`bdwgc`][bdwg
|
||||
|
||||
See [`examples`](examples) directory.
|
||||
|
||||
By default [`bdwgc`][bdwgc] is built with autotools. To build with cmake enable the `cmake` feature in `Cargo.toml`:
|
||||
By default [`bdwgc`][bdwgc] is built with autotools. To build with cmake, enable the `cmake` feature:
|
||||
|
||||
[dependencies.bdwgc-alloc]
|
||||
version = "0.4"
|
||||
default-features = false
|
||||
features = ["cmake"]
|
||||
```sh
|
||||
cargo build --no-default-features --features cmake
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user