# Example datafile for GC Masher
# Rows starting with roadkill are comments. Don't leave blank rows here.
#
# Result filename:
results.txt
# Measured output file:
basic
#
# Finally the choices. Start the row with * if the choice is to be present
# always. Multiple choices on one row means try switching between them and
# a single choice means it's binary on/off. See below and you'll get it...
*gcc
-O -Os -O1 -O2
-fomit-frame-pointer
-ffast-math
-fno-inline
#-fmove-all-movables
-fshort-double
#-fforce-mem
#`sdl-config --cflags`
#`sdl-config --static-libs`
#*-o main.c audio.c graphic.c -lm -lGL -lSDL
#*-c main.c audio.c graphic.c; ld -dynamic-linker /lib/ld-linux.so.2 main.o audio.o graphic.o /usr/lib/libSDL.so /usr/lib/nvidia-current/libGL.so -o core
*-c main.c audio.c graphic.c; make build
