DOC: explain link detection in changelog
This commit is contained in:
parent
5dd0948c65
commit
fe37d8bae0
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
2013-??-?? 0.10.2:
|
||||
--------------------
|
||||
* change default to link dynamically to LLVM (use LLVMPY_DYNLINK=0 to link
|
||||
statically)
|
||||
* change default to link dynamically to LLVM use:
|
||||
$ export LLVMPY_DYNLINK=0 # link statically
|
||||
$ export LLVMPY_DYNLINK=1 # link dynamically
|
||||
$ unset LLVMPY_DYNLINK # tries to link dynamically if LLVM shared
|
||||
# objects are found and statically otherwise
|
||||
|
||||
|
||||
2013-01-25 0.10.1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue