summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-11-04 15:02:48 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-11-04 15:02:48 +0100
commita7e60b95e42a2080d167fc7541b64fadead24dac (patch)
treed3cfe4d12b082fc286e974369050cb72a0b3b585
parentTest all three methods (diff)
downloadpolybench-master.tar.xz
polybench-master.zip
Add C flagsHEADmaster
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 526c462..33ef7fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+ccflags-y := -O3 -march=native
obj-m := polybench.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)