summaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-01 21:56:23 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-01 21:56:23 -0400
commit5450aed9a891254a3cfe26ce0da3a56fed0d957a (patch)
treeec32f728697e4191038e4014330309cf55519da5 /compile
parent5aa3b9bc58e752c6c0c8f50a299eaf4e4bc00607 (diff)
Make "before" context work.
No line numbers. And match inverting is broken. This is awful.
Diffstat (limited to 'compile')
-rwxr-xr-xcompile4
1 files changed, 4 insertions, 0 deletions
diff --git a/compile b/compile
new file mode 100755
index 00000000..cce1a7e4
--- /dev/null
+++ b/compile
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export RUSTFLAGS="-C target-feature=+ssse3"
+cargo build --release --features simd-accel