[build] # This is only present for local builds, as it will be overridden # by the RUSTDOCFLAGS env var in CI. rustdocflags = ["-Arustdoc::private_intra_doc_links"] # Enable frame pointers. This may have a minor performance overhead, but makes it easier and more # efficient to obtain stack traces (and thus CPU/heap profiles). It may also avoid seg faults that # we've seen with libunwind-based profiling. See also: # # * # * # # NB: the RUSTFLAGS envvar will replace this. Make sure to update e.g. Dockerfile as well. rustflags = ["-Cforce-frame-pointers=yes"] [alias] build_testing = ["build", "--features", "testing"] neon = ["run", "--bin", "neon_local"]