#!/bin/bash CFLAGS="-O3 -march=$1 -mtune=generic" ./configure \ --disable-tcl \ --enable-shared=yes \ --enable-static=yes \ --prefix="$2"