Add -Werror and -pipe if when using GCC.
This commit is contained in:
parent
d1b16c8722
commit
aee2af3ae0
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ AC_PROG_INSTALL
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -Wall"
|
CFLAGS="$CFLAGS -Wall"
|
||||||
|
|
||||||
|
AS_IF([test x"$GCC" = x"yes"], [
|
||||||
|
CFLAGS="$CFLAGS -Werror -pipe"
|
||||||
|
])
|
||||||
|
|
||||||
BUILDSYS_SHARED_LIB
|
BUILDSYS_SHARED_LIB
|
||||||
BUILDSYS_INIT
|
BUILDSYS_INIT
|
||||||
BUILDSYS_TOUCH_DEPS
|
BUILDSYS_TOUCH_DEPS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue