From f429331a49e7862cebcf5a1eb242abf8cc715342 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 12 Dec 2008 10:27:10 -0800 Subject: [PATCH] Remove redundant build options --- config/Rules.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/Rules.am b/config/Rules.am index 37ec127e4c..ecf6c97871 100644 --- a/config/Rules.am +++ b/config/Rules.am @@ -1,9 +1,6 @@ -# Default build options -AM_CFLAGS = -ggdb -O2 -std=c99 -AM_CFLAGS += -Wall -Wstrict-prototypes -Wshadow -Werror - # FIXME: Quiet warnings not covered by the gcc-* patches. We should # FIXME: consider removing this as soon as we reasonably can. +AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror AM_CFLAGS += -Wno-switch -Wno-unused -Wno-missing-braces AM_CFLAGS += -Wno-unknown-pragmas -Wno-parentheses AM_CFLAGS += -Wno-uninitialized -fno-strict-aliasing