Blob Blame History Raw
diff -up djview-4.10.6/configure.debug djview-4.10.6/configure
--- djview-4.10.6/configure.debug	2016-02-29 06:00:36.000000000 -0600
+++ djview-4.10.6/configure	2016-07-01 12:23:18.171003418 -0500
@@ -6577,14 +6577,14 @@ fi
    CFLAGS=
    for opt in $saved_CXXFLAGS ; do
      case $opt in
-       -g*) test $ac_debug != no && OPTS="$OPTS $opt" ;;
-       -O*) ;;
+#       -g*) test $ac_debug != no && OPTS="$OPTS $opt" ;;
+#       -O*) ;;
        *) CXXFLAGS="$CXXFLAGS $opt" ;;
      esac
    done
    for opt in $saved_CFLAGS ; do
      case $opt in
-       -O*|-g*) ;;
+#       -O*|-g*) ;;
        *) CFLAGS="$CFLAGS $opt" ;;
      esac
    done