third_party_rust_cxx/.buckconfig
2020-02-18 01:29:40 -08:00

13 lines
348 B
Plaintext

[project]
# We use some symlinks in the source tree, but they get eliminated by `cargo
# publish` and `cargo vendor` so this allow_symlinks setting should not be
# required downstream.
allow_symlinks = allow
[cxx]
cxxflags = -std=c++11
[rust]
default_edition = 2018
rustc_flags = -Crelocation-model=dynamic-no-pic --cap-lints=allow