]> Dogcows Code - chaz/openbox/commitdiff
removing pendantic. thats just crazy. -Wall -W will suffice.
authorDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 18:37:05 +0000 (18:37 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 18:37:05 +0000 (18:37 +0000)
configure.in

index dc8ae2fb993e27b670fa23c36f53d6beca423f10..c57f9bf5df99da2831976f40767bd50321fe9984 100644 (file)
@@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug,
   [  --enable-debug          include verbose debugging code [default=no]],
   if test x$enableval = "xyes"; then
     AC_MSG_RESULT([yes])
-    DEBUG="-DDEBUG -Wall -W -pedantic"
+    DEBUG="-DDEBUG -Wall -W"
   else
     AC_MSG_RESULT([no])
   fi,
This page took 0.024893 seconds and 4 git commands to generate.