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 b71c570 commit ba21d10Copy full SHA for ba21d10
1 file changed
Doc/ext/ext.tex
@@ -1605,7 +1605,9 @@ \chapter{Building C and \Cpp{} Extensions on \UNIX{}
1605
\end{verbatim}
1606
1607
to indicate that the modules defined in \file{Setup} are to be built
1608
-as dynamically-linked linked modules.
+as dynamically-linked linked modules. A line containing only
1609
+\samp{*static*} can be used to indicate the subsequently listed
1610
+modules should be statically linked.
1611
1612
Here is a complete \file{Setup} file for building a
1613
\module{cPersistent} module:
0 commit comments