aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 764c933..6775826 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
# MIT License, Copyright (c) 2020 Marvin Borner
+# Kernel optimization
+OPTIMIZATION = -Ofast
+
+# Remove tree optimizations for kernel - TODO: Why?
+CFLAGS_EXTRA = -fno-tree-bit-ccp -fno-tree-builtin-call-dce -fno-tree-ccp -fno-tree-ch -fno-tree-coalesce-vars -fno-tree-copy-prop -fno-tree-dce -fno-tree-dominator-opts -fno-tree-dse -fno-tree-fre -fno-tree-pta -fno-tree-sink -fno-tree-slsr -fno-tree-sra -fno-tree-ter
+
+export
+
all: compile clean
compile: