aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 11:29:24 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 11:29:24 +0200
commit306c433389fe483d55a057d021d1a7fc7d120ee4 (patch)
tree5afb14df40453a1a4a605f6db6f6ec3af2c93341 /linux
parentRewrite vendor.cmake to cmake/VendorConfig.cmake (diff)
downloadsmolbote-306c433389fe483d55a057d021d1a7fc7d120ee4.tar.xz
Remove -march and -mtune from default release flags
Diffstat (limited to 'linux')
-rw-r--r--linux/.config4
1 files changed, 2 insertions, 2 deletions
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