]> git.pld-linux.org Git - packages/cln.git/commitdiff
- debugcflags -O1 (crashes if built with -O0)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Aug 2004 18:06:55 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cln.spec -> 1.6

cln.spec

index 8a733a55a0e5f3265745a811b58a8160309ab160..cd0ed4b113946bd531c0ef8a4d9c41660d79f238 100644 (file)
--- a/cln.spec
+++ b/cln.spec
@@ -18,6 +18,9 @@ BuildRequires:        libtool >= 2:1.5
 Obsoletes:     libcln2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# won't work with -O0 because of static const initialization loops
+%define                debugcflags     -O1 -g
+
 %description
 A GPLed collection of C++ math classes and functions, that will bring
 efficiency, type safety, algebraic syntax to everyone in a memory and
This page took 0.057489 seconds and 4 git commands to generate.