]> git.pld-linux.org Git - packages/catdoc.git/commitdiff
- use -O0 instead -O when building debug version
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jan 2001 23:02:43 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    catdoc.spec -> 1.2

catdoc.spec

index 7cad299acfde87a40db837a8735ede9af2c829a1..7d18604784ff215da88d3ba555d17f322df82baf 100644 (file)
@@ -21,7 +21,7 @@ represented specially in your typesetting system such as (La)TeX.
 %build
 %configure --with-wish=/usr/bin/wish
 
-%{__make} FLAGS="%{?debug:-g -O}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} FLAGS="%{?debug:-g -O0}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.092346 seconds and 4 git commands to generate.