$OpenBSD: patch-configure_ac,v 1.2 2021/03/16 13:02:02 bket Exp $

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -41,9 +41,7 @@ if ! test "$localesonly" = "yes"; then
 
 if test "X$GCC" = Xyes; then
   AX_APPEND_FLAG(-Wall, CFLAGS)
-  AX_APPEND_FLAG(-g, CFLAGS)
   AX_APPEND_FLAG(-Wall, CXXFLAGS)
-  AX_APPEND_FLAG(-g, CXXFLAGS)
 fi
 
 # Do this early: Compiler and linker flags to work around a nasty bug in Xcode.
