diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-15 11:29:24 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-15 11:29:24 +0200 |
commit | 306c433389fe483d55a057d021d1a7fc7d120ee4 (patch) | |
tree | 5afb14df40453a1a4a605f6db6f6ec3af2c93341 /linux | |
parent | Rewrite vendor.cmake to cmake/VendorConfig.cmake (diff) | |
download | smolbote-306c433389fe483d55a057d021d1a7fc7d120ee4.tar.xz |
Remove -march and -mtune from default release flags
Diffstat (limited to 'linux')
-rw-r--r-- | linux/.config | 4 |
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 |