aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 14:35:00 +0000
committerFuwn <[email protected]>2021-05-17 14:35:00 +0000
commit1f5758d57d7f18a2a0e297bb191255231acbe659 (patch)
treeaabdb8269081d5eb60c99b13ac03a10c097a9e7d /.cargo
parentperf(global): custom allocator and adjust codegen-units (diff)
downloadwhirl-1f5758d57d7f18a2a0e297bb191255231acbe659.tar.xz
whirl-1f5758d57d7f18a2a0e297bb191255231acbe659.zip
fix: compile failing on unix
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 03f4879..856d60d 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,2 +1,4 @@
-[build]
-rustflags = ["-Ctarget-cpu=native"]
+# This does make the final binary a *little bit* fast but it also fails to
+# compile on some machines, it's up to you how you handle this.
+#[build]
+#rustflags = ["-Ctarget-cpu=native"]