]> git.pld-linux.org Git - packages/libgeotiff.git/blob - libgeotiff-opt.patch
- updated to 1.3.0 (new soname)
[packages/libgeotiff.git] / libgeotiff-opt.patch
1 --- libgeotiff-1.3.0/configure.ac.orig  2009-11-02 16:37:11.000000000 +0100
2 +++ libgeotiff-1.3.0/configure.ac       2010-06-20 09:54:26.607446450 +0200
3 @@ -84,8 +84,8 @@
4      CXXFLAGS="$CXXFLAGS -g -DDEBUG -Wall -Wno-long-long -pedantic -std=c++98"
5      AC_MSG_RESULT(yes)
6  else
7 -    CFLAGS="$CFLAGS -O3 -DNDEBUG"
8 -    CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
9 +    CFLAGS="$CFLAGS -DNDEBUG"
10 +    CXXFLAGS="$CXXFLAGS -DNDEBUG"
11      AC_MSG_RESULT(no)
12  fi
13  
This page took 0.076701 seconds and 3 git commands to generate.