summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def
index ed58a4a4d..470aa32ab 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -97,3 +97,9 @@
if needed for some system libraries */
/* #define StandardIncludes -I/foo/bar -- additional include paths, if
needed */
+/* Perl can be used to split up the output from ISODE to put each
+ function in a separate .c file; this means your linked binaries can
+ be smaller. If you don't have perl, you can turn this off, but you
+ don't get the benefit.
+*/
+#define HavePerl YES