From 109065bb14ae8d93a60b1aed5de6ba9b4f186fbb Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 19 Mar 2017 17:19:09 +0100 Subject: [PATCH] I don't rock atom anymore, use -march=native --- etc/astronaut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/astronaut.conf b/etc/astronaut.conf index 0863edd..212a31a 100644 --- a/etc/astronaut.conf +++ b/etc/astronaut.conf @@ -23,7 +23,7 @@ package_options() { esac } -export CFLAGS='-mtune=atom -pipe -O3' +export CFLAGS='-march=native -pipe -O3' export CXXFLAGS="$CFLAGS" export MAKEFLAGS="${MAKEFLAGS:--j $(grep processor /proc/cpuinfo | wc -l)}" export WAFFLAGS="$MAKEFLAGS"