[Bug 502024] Review Request: xsd - W3C XML schema to C++ data binding compiler

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 8 07:24:23 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=502024





--- Comment #39 from Kalev Lember <kalev at smartlink.ee>  2009-07-08 03:24:22 EDT ---
The default debug information level is 2 when using -g switch. However, xsd
seems to build fine with -g1, but with that we'd lose line numbers and local
variable information when compared to full -g.

The following produces a -debuginfo package, but source files don't get
included in it because of the -g1 switch used:

 %build
-MAKEFLAGS="verbose=1" CXXFLAGS=$RPM_OPT_FLAGS ./build.sh
+MAKEFLAGS="verbose=1" CXXFLAGS="$RPM_OPT_FLAGS -g1" ./build.sh

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list