summaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-11 00:42:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-11 00:42:30 -0400
commitfa8112ec34d2cb1cc18e0fb675cdcdbc8a54d29a (patch)
tree60f33c69cb1bf48fd16b4c1c307950330f0b2b35 /compile
parentcf21b4a97e98eb015d20d81c9dbe15e0cba7bd31 (diff)
Add alternative compile strategy (in a comment).
Diffstat (limited to 'compile')
-rwxr-xr-xcompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile b/compile
index cce1a7e4..429e02e5 100755
--- a/compile
+++ b/compile
@@ -1,4 +1,5 @@
#!/bin/sh
export RUSTFLAGS="-C target-feature=+ssse3"
+# export RUSTFLAGS="-C target-cpu=native"
cargo build --release --features simd-accel