mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-28 15:34:19 +00:00
9 lines
159 B
Bash
Executable file
9 lines
159 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -ex
|
|
|
|
export RUSTDOCFLAGS="--cfg jemallocator_docs"
|
|
cargo doc --features alloc_trait
|
|
cargo doc -p jemalloc-sys
|
|
cargo doc -p jemalloc-ctl
|