From 17d8cb5d084dc7cfd35e53be8f223c1cac44a6ad Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Nov 2008 02:07:07 +0000 Subject: Specify -std=gnu99 git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@86 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3