]> git.pld-linux.org Git - packages/dar.git/blob - dar-opt.patch
05f45fa452ee2a27b139e8421f4cebad142a3066
[packages/dar.git] / dar-opt.patch
1 --- dar-2.1.0/configure.ac.orig 2004-03-02 21:46:54.000000000 +0100
2 +++ dar-2.1.0/configure.ac      2004-03-02 21:50:21.000000000 +0100
3 @@ -151,8 +151,8 @@
4  AC_ARG_ENABLE( [debug],
5                  AC_HELP_STRING(--enable-debug, [build targets with debugging option and no optimization]),
6                  [
7 -                       CXXFLAGS="-g -Wall"
8 -                        CFLAGS="-g -Wall"
9 +                       CXXFLAGS="$CXXFLAGS -Wall"
10 +                       CFLAGS="$CFLAGS -Wall"
11                          debug_static="yes"
12                  ],
13                  [
This page took 0.037347 seconds and 3 git commands to generate.