config.toml 166 B

12345678
  1. #[build]
  2. #target = "x86_64-unknown-dragonos"
  3. [target.'cfg(target_os = "dragonos")']
  4. rustflags = [
  5. "-C", "target-feature=+crt-static",
  6. "-C", "link-arg=-no-pie",
  7. ]