Преглед на файлове

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 преди 1 година
родител
ревизия
4f6f4d9084
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .cargo/config.toml

+ 2 - 0
.cargo/config.toml

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