Changeset 795a0bd


Ignore:
Timestamp:
08/12/2024 03:32:46 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
6388281
Parents:
53cd9807
Message:

Fix some spacing.

Location:
introduction/important
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    r53cd9807 r795a0bd  
    181181          patches into a tarball and the ebuild will have a link in the form
    182182          https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz
    183           : here, look for PATCH_DEV and PATCH_VER in the build and format the full
    184           URL in your browser or for wget : remember the '~' before the developer's
     183          here, look for PATCH_DEV and PATCH_VER in the build and format the full
     184          URL in your browser or for wget. Remember the '~' before the developer's
    185185          ID and note that trying to search the earlier levels of the URL in a
    186186          browser may drop you at www.gentoo.org or return 403 (forbidden).
  • introduction/important/building-notes.xml

    r53cd9807 r795a0bd  
    10741074      <itemizedlist>
    10751075        <listitem>
    1076           <para>plain : no added flags. This is for distributors to supply their
     1076          <para>plain: no added flags. This is for distributors to supply their
    10771077          own <envar>CFLAGS</envar>, <envar>CXXFLAGS</envar> and
    10781078          <envar>LDFLAGS</envar>. There is no obvious reason to use
     
    10801080        </listitem>
    10811081        <listitem>
    1082           <para>debug : <option>-g</option> - this is the default if
     1082          <para>debug: <option>-g</option> - this is the default if
    10831083          nothing is specified in either <filename>meson.build</filename>
    10841084          or the command line. However it results large and slow binaries,
     
    10861086        </listitem>
    10871087        <listitem>
    1088           <para>debugoptimized : <option>-O2 -g</option> - this is the
     1088          <para>debugoptimized: <option>-O2 -g</option> - this is the
    10891089          default specified in <filename>meson.build</filename> of some
    10901090          packages.</para>
    10911091        </listitem>
    10921092        <listitem>
    1093           <para>release : <option>-O3</option> (occasionally a package will
     1093          <para>release: <option>-O3</option> (occasionally a package will
    10941094          force <option>-O2</option> here) - this is the buildtype we use
    10951095          for most packages with Meson build system in BLFS.</para>
     
    11981198        also apply to newer machines, not just to older machines. For
    11991199        example programs compiled for <literal>amdfam10</literal> run on
    1200         old Phenoms, Kaveris, and Ryzens : but programs compiled for a
     1200        old Phenoms, Kaveris, and Ryzens, but programs compiled for a
    12011201        Kaveri will not run on a Ryzen because certain op-codes are not
    12021202        present.  Similarly, if you build for a Haswell not everything will
Note: See TracChangeset for help on using the changeset viewer.