Changeset e0b539b for general/genlib


Ignore:
Timestamp:
06/12/2024 02:46:19 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
d7634e94
Parents:
daf198a
Message:

spirv-llvm-translator: Use xinclude for explaining rpath removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/spirv-llvm-translator.xml

    rdaf198a re0b539b  
    113113    </para>
    114114
    115     <para>
    116       <parameter>-DCMAKE_SKIP_INSTALL_RPATH=ON</parameter>: This parameter
    117       forces CMake to remove hardcoded library search paths when installing
    118       a binary executable or library. This package does not need rpath once
    119       it's installed into the standard location, and leaving it can cause
    120       unexpected effects of security issues.
    121     </para>
    122    
     115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     116      href="../../xincludes/cmake-skip-install-rpath.xml"/>
     117
    123118    <para>
    124119      <parameter>-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE=/usr</parameter>: This
Note: See TracChangeset for help on using the changeset viewer.