From 11629152fdfe617d912fb7d1c0a71e5bf6181535 Mon Sep 17 00:00:00 2001 From: timeshifter Date: Thu, 9 Jul 2026 14:17:32 +0200 Subject: [PATCH] fix typos --- .cargo/config.toml | 2 +- benchmark.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index ddff440..03f4879 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = ["-C", "target-cpu=native"] +rustflags = ["-Ctarget-cpu=native"] diff --git a/benchmark.txt b/benchmark.txt index d1111e2..58ef695 100644 --- a/benchmark.txt +++ b/benchmark.txt @@ -1,4 +1,4 @@ -128 basic -110 lto, coden, abort +128 basic +110 lto, codegen, abort 107 nightly, build-std 109 native cpu (doesn't seem to work)