Ignore:
Timestamp:
10/02/2022 03:50:01 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
02743f9c
Parents:
66e251c7
Message:

Use an <informaltable> for explaining CMake flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    r66e251c7 rc6c57f7  
    741741      </para>
    742742
    743       <itemizedlist>
    744         <listitem>
    745           <para>Debug : '-g'</para>
    746         </listitem>
    747         <listitem>
    748           <para>Release : '-O3 -DNDEBUG'</para>
    749         </listitem>
    750         <listitem>
    751            <para>RelWithDebInfo : '-O2 -g -DNDEBUG'</para>
    752         </listitem>
    753         <listitem>
    754            <para>MinSizeRel : '-Os -DNDEBUG'</para>
    755         </listitem>
    756       </itemizedlist>
     743      <informaltable align="center">
     744        <tgroup cols="2">
     745          <colspec colnum="1" align="center"/>
     746          <colspec colnum="2" align="center"/>
     747          <thead>
     748            <row><entry>Value</entry><entry>Flags</entry></row>
     749          </thead>
     750          <tbody>
     751            <row>
     752              <entry>Debug</entry><entry><option>-g</option></entry>
     753            </row>
     754            <row>
     755              <entry>Release</entry><entry><option>-O3 -DNDEBUG</option></entry>
     756            </row>
     757            <row>
     758              <entry>RelWithDebInfo</entry><entry><option>-O2 -g -DNDEBUG</option></entry>
     759            </row>
     760            <row>
     761              <entry>MinSizeRel</entry><entry><option>-Os -DNDEBUG</option></entry>
     762            </row>
     763          </tbody>
     764        </tgroup>
     765      </informaltable>
    757766
    758767      <para>
    759768        CMake tries to produce quiet builds. To see the details of the commands
    760         which are being run, use 'make VERBOSE=1' or 'ninja -v'.
     769        which are being run, use <command>make VERBOSE=1</command> or
     770        <command>ninja -v</command>.
    761771      </para>
    762772
Note: See TracChangeset for help on using the changeset viewer.