Ignore:
Timestamp:
09/03/2023 07:23:14 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
c3ad4c38
Parents:
8d48491
git-author:
Xi Ruoyao <xry111@…> (09/03/2023 07:22:48 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/03/2023 07:23:14 AM)
Message:

cups-filter: Do not produce unoptimized binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    r8d48491 r2868741  
    147147    </para>
    148148
    149 <screen><userinput>CXXFLAGS="$CXXFLAGS -std=c++17"  \
    150 ./configure --prefix=/usr        \
    151             --sysconfdir=/etc    \
    152             --localstatedir=/var \
    153             --without-rcdir      \
    154             --disable-static     \
    155             --disable-avahi      \
     149<screen><userinput>CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++17"  \
     150./configure --prefix=/usr                   \
     151            --sysconfdir=/etc               \
     152            --localstatedir=/var            \
     153            --without-rcdir                 \
     154            --disable-static                \
     155            --disable-avahi                 \
    156156            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    157157make</userinput></screen>
     
    202202
    203203    <para>
    204       <envar>CXXFLAGS="$CXXFLAGS -std=c++17"</envar>: This environment
    205       variable is necessary to fix a problem introduced by qpdf-11.3.0.
     204      <envar>CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++17"</envar>: This
     205      environment variable is necessary to fix a problem introduced by
     206      qpdf-11.3.0.
    206207    </para>
    207208
Note: See TracChangeset for help on using the changeset viewer.