Browse Source

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 2 years ago
parent
commit
4f6f4d9084
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .cargo/config.toml

+ 2 - 0
.cargo/config.toml

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