diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index dd4182ee..00000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -# [build] -# rustflags = ["-C", "target-cpu=znver4", "-C", "link-arg=nostart-stop-gc"] diff --git a/Cargo.toml b/Cargo.toml index a8919a9a..721a3775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,5 +44,5 @@ incremental = true lto = "fat" codegen-units = 1 -[build] -rustflags = ["-C", "target-cpu=native"] \ No newline at end of file +# [build] +# rustflags = ["-C", "target-cpu=native"] \ No newline at end of file