1 --- makefile 2005-10-03 00:46:56.000000000 +0200
2 +++ makefile.new 2007-09-05 15:41:24.000000000 +0200
6 ####### choose the line that makes the binary faster on your machine
7 -# CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops
8 -CFLAGS = -O0 -Wall -Werror -fomit-frame-pointer -march=k8 -std=c99 -D_GNU_SOURCE
9 +CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops
10 +# CFLAGS = -O0 -Wall -Werror -fomit-frame-pointer -march=k8 -std=c99 -D_GNU_SOURCE
12 ####### debug/tuning options for developers
13 # CFLAGS = -O -Wall -g3 -static