]> git.pld-linux.org Git - packages/tinyxml.git/blob - tinyxml-flags.patch
- rel 8; add pc file
[packages/tinyxml.git] / tinyxml-flags.patch
1 --- tinyxml/Makefile~   2010-03-23 06:16:36.000000000 +0100
2 +++ tinyxml/Makefile    2010-12-06 14:36:35.058193001 +0100
3 @@ -26,7 +26,7 @@
4  RANLIB := ranlib
5  
6  DEBUG_CFLAGS     := -Wall -Wno-format -g -DDEBUG
7 -RELEASE_CFLAGS   := -Wall -Wno-unknown-pragmas -Wno-format -O3
8 +RELEASE_CFLAGS   := -Wall -Wno-unknown-pragmas -Wno-format
9  
10  LIBS            :=
11  
12 @@ -42,7 +42,7 @@
13     LDFLAGS      := ${DEBUG_LDFLAGS}
14  else
15     CFLAGS       := ${RELEASE_CFLAGS}
16 -   CXXFLAGS     := ${RELEASE_CXXFLAGS}
17 +   CXXFLAGS     := ${RELEASE_CXXFLAGS} ${OPTFLAGS}
18     LDFLAGS      := ${RELEASE_LDFLAGS}
19  endif
20  
This page took 0.093241 seconds and 3 git commands to generate.