mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added note about *static* after description of *shared*.
This commit is contained in:
parent
b71c570f01
commit
ba21d10d9b
1 changed files with 3 additions and 1 deletions
|
@ -1605,7 +1605,9 @@ begin:
|
|||
\end{verbatim}
|
||||
|
||||
to indicate that the modules defined in \file{Setup} are to be built
|
||||
as dynamically-linked linked modules.
|
||||
as dynamically-linked linked modules. A line containing only
|
||||
\samp{*static*} can be used to indicate the subsequently listed
|
||||
modules should be statically linked.
|
||||
|
||||
Here is a complete \file{Setup} file for building a
|
||||
\module{cPersistent} module:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue