]> arthur.barton.de Git - netdata.git/commitdiff
remove -march=native from compiler
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 22 Nov 2015 18:06:11 +0000 (20:06 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 22 Nov 2015 18:06:11 +0000 (20:06 +0200)
netdata-installer.sh

index 0a344b7467dff0eb3ac2e7358c2951af303ce1e4..91a09f3c40ed297917523bb5e91bbcb4f69c330b 100755 (executable)
@@ -105,7 +105,7 @@ run ./configure \
        --sysconfdir="${NETDATA_PREFIX}/etc" \
        --localstatedir="${NETDATA_PREFIX}/var" \
        --with-zlib --with-math --with-user=netdata \
-       CFLAGS="-march=native -O3" || exit 1
+       CFLAGS="-O3" || exit 1
 
 # remove the build_error hook
 trap - EXIT