#!/bin/bash
set -e

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

make &&

make -j1 install