aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorGeert Janssens <janssens-geert@telenet.be>2013-04-24 17:23:06 +0200
committerGeert Janssens <janssens-geert@telenet.be>2013-04-28 22:06:26 +0200
commit469022d311c3a979b5a228b472891a21b56f3a6d (patch)
treedb9c5546e0c934daf184c0a17639a5caf7c13c73 /Doc/Manual
parent9110d47ea653bfd4d972cb00b3b77afce63dfb9a (diff)
downloadswig-469022d311c3a979b5a228b472891a21b56f3a6d.tar.gz
Disable guile 2's autocompilation feature for the test suite
Autocompilation generates a lot of warnings. Most of them just informational, but it clutters the test output.
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Guile.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Manual/Guile.html b/Doc/Manual/Guile.html
index 53368bc77..8ecdf249c 100644
--- a/Doc/Manual/Guile.html
+++ b/Doc/Manual/Guile.html
@@ -56,6 +56,12 @@ SWIG works with Guile versions 1.8.x and 2.0.x. Support for version
1.6.x has been dropped. The last version of SWIG that still works with
Guile version 1.6.x is SWIG 2.0.9.
+<p>
+Note that starting with guile 2.0, the guile sources can be compiled for
+improved performance. This is currently not tested with swig
+so your mileage may vary. To be safe set environment variable
+GUILE_AUTO_COMPILE to 0 when using swig generated guile code.
+
<H2><a name="Guile_nn2"></a>23.2 Meaning of "Module"</H2>