Sfoglia il codice sorgente

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 anni fa
parent
commit
4f6f4d9084
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .cargo/config.toml

+ 2 - 0
.cargo/config.toml

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