cxx/.buckconfig

13 lines
348 B
Plaintext
Raw Normal View History

2020-02-09 18:59:12 -08:00
[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