mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 15:19:44 +00:00
13 lines
348 B
Plaintext
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
|