Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3a65 commit b71c570Copy full SHA for b71c570
1 file changed
Modules/Setup.in
@@ -43,6 +43,9 @@
43
# installed using "make sharedinstall", which is implied by the
44
# toplevel "make install" target.) (For compatibility,
45
# *noconfig* has the same effect as *shared*.)
46
+#
47
+# In addition, *static* reverses this effect (negating a previous
48
+# *shared* line).
49
50
# NOTE: As a standard policy, as many modules as can be supported by a
51
# platform should be present. The distribution comes with all modules
@@ -107,7 +110,7 @@ GLHACK=-Dclear=__GLclear
107
110
108
111
# Uncommenting the following line tells makesetup that all following
109
112
# modules are to be built as shared libraries (see above for more
-# detail):
113
+# detail; also note that *static* reverses this effect):
114
115
#*shared*
116
0 commit comments