summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2016-01-18 19:50:17 -0500
committerTim Edwards <tim@opencircuitdesign.com>2016-01-18 19:50:17 -0500
commite773571bff4449ad3e9ccfb47feb041de116e751 (patch)
tree5188e557be6bfe436094767ad7d1d05f94906fbf /configure.in
parent3c30a8cb6f6c6752664f0a887c5eb7d77906b484 (diff)
Wholesale update with changes from Staf Verhaegen's branch on
gitlab.com. Only difference from that version is a change to the nesting of the statement in maze.c annotated with FIXME by Staf.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 88b8cba..7c28681 100644
--- a/configure.in
+++ b/configure.in
@@ -168,6 +168,10 @@ AC_ARG_WITH(libdir,
QROUTER_LIB_DIR=$withval
], [])
+if test "$GCC" = "yes" ; then
+ CFLAGS="${CFLAGS} -Wall -Werror"
+fi
+
# Interpreter Options
# =========================================