# HG changeset patch # User Kim Alvefur # Date 1471615152 -7200 # Node ID 1169097e0ef8b02d97244a5b11b575ba909e46c9 # Parent 6ae8dae68ec4a6f940270f41aca270b5aef30ac5 Move C compiler flag -pedantic from Makefile to configure diff -r 6ae8dae68ec4 -r 1169097e0ef8 configure --- a/configure Fri Aug 19 15:58:07 2016 +0200 +++ b/configure Fri Aug 19 15:59:12 2016 +0200 @@ -21,7 +21,7 @@ PRNG= PRNGLIBS= -CFLAGS="-fPIC -Wall" +CFLAGS="-fPIC -Wall -pedantic" LDFLAGS="-shared" IDN_LIBRARY="idn" diff -r 6ae8dae68ec4 -r 1169097e0ef8 util-src/Makefile --- a/util-src/Makefile Fri Aug 19 15:58:07 2016 +0200 +++ b/util-src/Makefile Fri Aug 19 15:59:12 2016 +0200 @@ -1,7 +1,7 @@ include ../config.unix -CFLAGS+=-ggdb -pedantic -I$(LUA_INCDIR) +CFLAGS+=-ggdb -I$(LUA_INCDIR) INSTALL_DATA=install -m644 TARGET?=../util/