]> arthur.barton.de Git - netdata.git/blobdiff - netdata-installer.sh
fixed the bug where randomly chart dimensions were hidden - it was caused due to...
[netdata.git] / netdata-installer.sh
index 829854726a7ea2e7405669b025c63ea8f0c8b7a1..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="-O2" || exit 1
+       CFLAGS="-O3" || exit 1
 
 # remove the build_error hook
 trap - EXIT