packages: taglib/taglib.spec - avoid overriding optflags by -O3

qboosh qboosh at pld-linux.org
Mon Oct 26 17:52:28 CET 2009


Author: qboosh                       Date: Mon Oct 26 16:52:28 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- avoid overriding optflags by -O3

---- Files affected:
packages/taglib:
   taglib.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: packages/taglib/taglib.spec
diff -u packages/taglib/taglib.spec:1.37 packages/taglib/taglib.spec:1.38
--- packages/taglib/taglib.spec:1.37	Mon Oct  5 12:00:17 2009
+++ packages/taglib/taglib.spec	Mon Oct 26 17:52:23 2009
@@ -55,6 +55,7 @@
 	-DLIB_SUFFIX=64 \
 %endif
 	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
 	-DCMAKE_VERBOSE_MAKEFILE=ON \
 	-DWITH_ASF=ON \
 	-DWITH_MP4=ON
@@ -95,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2009/10/26 16:52:23  qboosh
+- avoid overriding optflags by -O3
+
 Revision 1.37  2009/10/05 10:00:17  cactus
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/taglib/taglib.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list