Changeset 3334a3d
- Timestamp:
- 08/11/2024 02:30:23 PM (2 months ago)
- Branches:
- 12.2, lazarus, trunk, xry111/for-12.3
- Children:
- db099a7
- Parents:
- 16460e8
- git-author:
- Andrew Kreimer <algonell@…> (08/11/2024 10:52:17 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/11/2024 02:30:23 PM)
- Location:
- introduction/important
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/important/building-notes.xml
r16460e8 r3334a3d 674 674 installed for added functionality. Often BLFS will describe the 675 675 dependency to explain the added functionality that will result. 676 An optional dependency may be automatically pick up by the target676 An optional dependency may be automatically picked up by the target 677 677 package if the dependency is installed, but another some optional 678 678 dependency may also need additional configuration options to enable … … 1135 1135 <option>-Copt-level=2</option>) or <option>-Copt-level=3</option> 1136 1136 otherwise it will do an unoptimized compile and run 1137 <emphasis>much</emphasis> slower. If are compiling the program1137 <emphasis>much</emphasis> slower. If you are compiling the program 1138 1138 for debugging it, replace the <option>-O</option> or 1139 1139 <option>-Copt-level=</option> options with <option>-g</option> to -
introduction/important/la-files.xml
r16460e8 r3334a3d 22 22 <para> 23 23 24 In LFS and BLFS, many packages use a internally shipped libtool copy to24 In LFS and BLFS, many packages use an internally shipped libtool copy to 25 25 build on a variety of Unix platforms. This includes platforms such as 26 26 AIX, Solaris, IRIX, HP-UX, and Cygwin as well as Linux. The origins of
Note:
See TracChangeset
for help on using the changeset viewer.