#!/bin/bash g++ *.cpp ./lua/*.c -Os -ffunction-sections -fdata-sections -lSDL2 -o mini strip -s -R .comment -R .gnu.version --strip-unneeded mini