Navigation Menu

Skip to content

Commit

Permalink
Don't dictate -Wall.
Browse files Browse the repository at this point in the history
It should be up to the person building whether to turn on that flag or
not.
  • Loading branch information
erikogenvik committed Apr 21, 2013
1 parent d8f70e2 commit 1db79fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Expand Up @@ -17,9 +17,6 @@ LIBWFUT_AGE=1 ## Increment if current is incremented, but interface is
AC_PROG_CXX
AC_PROG_LIBTOOL

## Enable all compiler warnings
CXXFLAGS="$CXXFLAGS -Wall"


AC_ARG_ENABLE(debug,
[ --enable-debug enable debug information [default=no]],
Expand Down

0 comments on commit 1db79fb

Please sign in to comment.