Bläddra i källkod

always use native CPU target

This means mgen can't be used as a standalone executable by default (you have
to build locally), but it unlocks additional available instructions.
Justin Tracey 3 år sedan
förälder
incheckning
4f6f4d9084
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      .cargo/config.toml

+ 2 - 0
.cargo/config.toml

@@ -0,0 +1,2 @@
+[build]
+rustflags = ["-Ctarget-cpu=native"]