summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)