updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / phalanx / makefile.patch
blobc2b5ebebfd8f9c5271db3c7751f1208564f3824e
1 --- makefile 2005-10-03 00:46:56.000000000 +0200
2 +++ makefile.new 2007-09-05 15:41:24.000000000 +0200
3 @@ -1,8 +1,8 @@
4 CC = gcc
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