Changeset bf07273
- Timestamp:
- 02/24/2021 10:45:59 PM (18 months ago)
- Branches:
- 10.1, 11.0, 11.1, lazarus, qt5new, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- a709780
- Parents:
- d41a4f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/other/thunderbird.xml
rd41a4f8 rbf07273 248 248 249 249 <screen><userinput>export CC=gcc CXX=g++ && 250 ./mach configure 250 ./mach configure && 251 251 ./mach build</userinput></screen> 252 252 … … 275 275 276 276 <para> 277 <command>CC=gcc CXX=g++ ./mach build</command>:277 <command>CC=gcc CXX=g++ ./mach configure</command>: 278 278 <application>Thunderbird</application> 279 279 now uses this <application>python3</application> script to run the 280 configuration, 280 281 build and install. Forcing GCC causes the build to come out smaller 281 282 and run faster.
Note:
See TracChangeset
for help on using the changeset viewer.