diff options
Diffstat (limited to 'host-albatross/make.conf')
-rw-r--r-- | host-albatross/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf index e49575d..e75f81f 100644 --- a/host-albatross/make.conf +++ b/host-albatross/make.conf @@ -1,4 +1,4 @@ -COMMON_FLAGS="-march=znver3 -mtune=znver3 -O2 -pipe" +COMMON_FLAGS="-march=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" |