From 8d08b8e80440b310e623c0ae397065bf28d94d1e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 12 Nov 2020 21:47:53 +0100 Subject: Traced some issues; disabled malloc alignment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 198ad02..e2d6a21 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # MIT License, Copyright (c) 2020 Marvin Borner # Kernel optimization -OPTIMIZATION = -O0 +OPTIMIZATION = -Ofast # Remove tree optimizations for kernel #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 -fno-tree-loop-vectorize -fno-inline-functions -fno-inline-functions-called-once -- cgit v1.2.3