DOC: explain link detection in changelog

This commit is contained in:
Ilan Schnell 2013-01-31 20:21:15 -06:00
commit fe37d8bae0

View file

@ -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: