From 306c433389fe483d55a057d021d1a7fc7d120ee4 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 15 Oct 2018 11:29:24 +0200 Subject: Remove -march and -mtune from default release flags --- linux/.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/.config b/linux/.config index 37c41dc..a70ecff 100644 --- a/linux/.config +++ b/linux/.config @@ -10,9 +10,9 @@ # # Compiler settings # -CONFIG_CXX_FLAGS="-fPIE -pipe -fstack-protector-strong -fno-plt" +CONFIG_CXX_FLAGS="-pipe -fstack-protector-strong -fno-plt -fPIE" CONFIG_CXX_FLAGS_DEBUG="" -CONFIG_CXX_FLAGS_RELEASE="-march=native -mtune=native -O3" +CONFIG_CXX_FLAGS_RELEASE="" # # Install paths -- cgit v1.2.1