Changeset d7fcae6 for x/installing/mesa.xml
- Timestamp:
- 03/01/2021 03:19:56 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b62222b
- Parents:
- ae4fa91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/mesa.xml
rae4fa91 rd7fcae6 238 238 -Dglx=dri \ 239 239 -Dosmesa=gallium \ 240 -Dvalgrind= false\241 -Dlibunwind= false\240 -Dvalgrind=disabled \ 241 -Dlibunwind=disabled \ 242 242 .. && 243 243 … … 308 308 --> 309 309 <para> 310 <parameter>-Dvalgrind= false</parameter>: This parameter disables310 <parameter>-Dvalgrind=disabled</parameter>: This parameter disables 311 311 the usage of Valgrind during the build process. Remove this parameter 312 312 if you have Valgrind installed, and wish to check for memory leaks. … … 314 314 315 315 <para> 316 <parameter>-Dlibunwind= false</parameter>: This parameter disables316 <parameter>-Dlibunwind=disabled</parameter>: This parameter disables 317 317 the usage of libunwind. 318 318 </para>
Note:
See TracChangeset
for help on using the changeset viewer.