summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-18 02:07:07 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-18 02:07:07 +0000
commit17d8cb5d084dc7cfd35e53be8f223c1cac44a6ad (patch)
tree04d7c8a2ad66d828c58216946857637555b929f2
parent3584455ded54d2b599cf57241578c37772944dcf (diff)
Specify -std=gnu99
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@86 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae6e191..44e636b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-O3 -march=k8 -msse3 -ftree-vectorize -funroll-loops -pipe -static -Wunused -Wextra -Wall -pedantic
+CFLAGS=-O3 -march=k8 -msse3 -ftree-vectorize -funroll-loops -pipe -static -Wunused -Wextra -Wall -std=gnu99 -pedantic
#CC=icc
#CFLAGS=-O3 -ipo -xP -gcc -static
LIBS=-lm -lproccpuinfo