]> git.pld-linux.org Git - packages/dar.git/blob - dar-opt.patch
- updated for dar-2.2.2
[packages/dar.git] / dar-opt.patch
1 --- dar-2.2.2/configure.ac.orig 2005-05-08 18:32:26.000000000 +0200
2 +++ dar-2.2.2/configure.ac      2005-05-24 00:18:13.000000000 +0200
3 @@ -377,8 +377,8 @@
4  AC_ARG_ENABLE( [debug],
5                  AC_HELP_STRING(--enable-debug, [build targets with debugging option and no optimization]),
6                  [
7 -                        CXXFLAGS="-ggdb -Wall"
8 -                        CFLAGS="-ggdb -Wall"
9 +                        CXXFLAGS="$CXXFLAGS -Wall"
10 +                        CFLAGS="$CFLAGS -Wall"
11                          debug_static="yes"
12                  ],
13                  [
This page took 0.056731 seconds and 3 git commands to generate.