ソースを参照

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 年 前
コミット
4f6f4d9084
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .cargo/config.toml

+ 2 - 0
.cargo/config.toml

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