1 2 3 4 5 6 7
#! /bin/sh ./configure \ --disable-shared \ --with-pic \ CFLAGS="-m64 -O2" \ CXXFLAGS="-m64 -O2"