#!/bin/bash
export CC=gcc
export CXX=g++
export CFLAGS="-O3 -s"
export CXXFLAGS="-O3 -s"
export LANG=C
export LC_ALL=C
