diff options
author | superwhiskers <[email protected]> | 2025-07-26 23:02:34 -0400 |
---|---|---|
committer | superwhiskers <[email protected]> | 2025-09-15 10:55:06 -0500 |
commit | 386279ce28a54002fa91f436d5b60815c537e910 (patch) | |
tree | 26515281a22c13780db13c977b585f02d86c6df6 /.cargo | |
download | azimuth-386279ce28a54002fa91f436d5b60815c537e910.tar.gz azimuth-386279ce28a54002fa91f436d5b60815c537e910.tar.bz2 azimuth-386279ce28a54002fa91f436d5b60815c537e910.zip |
initial commit
Change-Id: I6a6a69640e8a301a692a5455d1261816280d9cde
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..320f0bf --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[build] +rustflags = "-C target-cpu=native" + +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"] |