#!/bin/bash

CC=gcc ./configure.sh --prefix=/usr -G -O3

make
make -j1 install