Changeset 741810a


Ignore:
Timestamp:
09/04/2024 12:17:24 PM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
10ef2773
Parents:
d3fbf9e
Message:

glib: Disable sysprof, comment out some test failures I cannot reproduce

All tests pass for me even with -D glib_debug=disabled and
GLIB_LOG_LEVEL=1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rd3fbf9e r741810a  
    213213      -D introspection=disabled \
    214214      -D glib_debug=disabled    \
    215       -D man-pages=enabled      &amp;&amp;
     215      -D man-pages=enabled      \
     216      -D sysprof=disabled       &amp;&amp;
    216217ninja</userinput></screen>
    217218
     
    293294      </para>
    294295    </warning>
    295 
     296    <!-- I cannot reproduce these issues.
    296297    <note>
    297298      <para>
     
    308309      </para>
    309310    </note>
    310 
     311    -->
    311312    <para>
    312313      To test the results, after having installed the packages, issue:
     
    328329    <para>
    329330      <parameter>-D glib_debug=disabled</parameter>: This switch causes the
    330       build to not include debugging information in the built programs and libraries..
     331      build to not include some expensive checks for debugging in the built
     332      programs and libraries.
     333    </para>
     334
     335    <para>
     336      <parameter>-D sysprof=disabled</parameter>: This switch disables the
     337      tracing support for sysprof.  Remove this option if you want the
     338      tracing support.  Note that if sysprof is not installed, removing
     339      this option will cause the building system to download a sysprof copy
     340      from the Internet.
    331341    </para>
    332342
Note: See TracChangeset for help on using the changeset viewer.