summaryrefslogtreecommitdiff
path: root/prepare
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-12-04 18:37:07 +0100
committerBond_009 <bond.009@outlook.com>2020-12-04 18:37:07 +0100
commite602cff985169e792ca2f5fe047c4cc8ab5ad040 (patch)
treec9308b54b06a78fe9e530c291b7ec97926b0a72b /prepare
parent7465602d9b2f7b23976d0905249fd085f4364300 (diff)
Support benchmarking
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare4
1 files changed, 4 insertions, 0 deletions
diff --git a/prepare b/prepare
new file mode 100755
index 0000000..0ec70db
--- /dev/null
+++ b/prepare
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd "$1"
+gcc -Wall -pedantic -O3 -march=native -mtune=native -flto -o "part$2" "part$2.c"