#!/bin/sh -e #Force simple CFLAGS CFLAGS="-O2 -w -pipe -march=native" CXXFLAGS="$CFLAGS" ./configure \ --prefix=/usr make make DESTDIR="$1" install