X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=3550994a1740282b180b69dee4843e4791a17dca;hb=5f58c3dd6f3abe834095c3737242273aeecca1b2;hp=960b2b97aa3b0b7ce9c2ec87a39c043f568291d1;hpb=6cf4dc71364d2f0bad6b63d636b1f9517003bed9;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index 960b2b97a..3550994a1 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -10,7 +10,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -Wall @CFLAGS@ +CFLAGS := -std=c99 -pedantic-errors -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@