diff options
| author | radhitya <alif@radhitya.org> | 2026-06-25 22:54:44 +0700 |
|---|---|---|
| committer | radhitya <alif@radhitya.org> | 2026-06-25 22:54:44 +0700 |
| commit | 59c35ef54ca3c967cb3607d3e2d4d6a144d30f60 (patch) | |
| tree | 477c8eb5dabd9b4af87e9b03b6959d65f2140d43 /.cargo/config.toml | |
| parent | e2ef625c779dffd6a580c0aa8d1d57dcf7abd7eb (diff) | |
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index f6e3e59..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,13 +0,0 @@ -[profile.release] -jobs = 2 -opt-level = "s" -lto = "thin" -codegen-units = 1 -panic = "abort" -debug = false - -[build] -rustflags = [ - "-C", "target-cpu=native", - "-C", "target-feature=+aes", -] |
