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)