CFLAGS="-O2" \ CXXFLAGS="-O2" \ CPPFLAGS="-I/opt/local/include" \ LDFLAGS="-L/opt/local/lib" \ time ../configure \ --disable-shared \ --enable-unicode \ --with-opengl \ --enable-optimise \ --enable-universal_binary \ && time make -j2 || exit 1