Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b71c570

Browse files
committed
Document *static* -- in two places!
1 parent 00a3a65 commit b71c570

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Modules/Setup.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
# installed using "make sharedinstall", which is implied by the
4444
# toplevel "make install" target.) (For compatibility,
4545
# *noconfig* has the same effect as *shared*.)
46+
#
47+
# In addition, *static* reverses this effect (negating a previous
48+
# *shared* line).
4649

4750
# NOTE: As a standard policy, as many modules as can be supported by a
4851
# platform should be present. The distribution comes with all modules
@@ -107,7 +110,7 @@ GLHACK=-Dclear=__GLclear
107110

108111
# Uncommenting the following line tells makesetup that all following
109112
# modules are to be built as shared libraries (see above for more
110-
# detail):
113+
# detail; also note that *static* reverses this effect):
111114

112115
#*shared*
113116

0 commit comments

Comments
 (0)