Ignore:
Timestamp:
06/04/2021 12:57:26 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a98eed9
Parents:
730b5bc
Message:

more --buildtype=release addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r730b5bc radf17153  
    198198
    199199CXXFLAGS+="-O2 -fPIC"            \
    200 meson --prefix /usr              \
     200meson --prefix=/usr              \
     201      --buildtype=release        \
    201202      -Dlibaudit=no              \
    202203      -Dlibpsl=false             \
     
    217218
    218219CXXFLAGS+="-O2 -fPIC"            \
    219 meson --prefix /usr              \
     220meson --prefix=/usr              \
     221      --buildtype=release        \
    220222      -Dlibaudit=no              \
    221223      -Dlibpsl=false             \
     
    259261      necessary to build the Qt5 based examples.
    260262    </para>
     263
     264    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     265      href="../../xincludes/meson-buildtype-release.xml"/>
    261266
    262267    <para>
Note: See TracChangeset for help on using the changeset viewer.