summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-06-13 13:18:32 +0000
committerBram Moolenaar <Bram@vim.org>2004-06-13 13:18:32 +0000
commitb5ddc07b05a920fd10acbc50251ecfc829153625 (patch)
treeaf5beeadb67590b4e312380b1846215d740c001a /src
parente1d1289d47574b9acb99fd26efc1c2dc55ce16e2 (diff)
updated for version 7.0001
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 46a40ad297..4a4a6c0eb8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -432,7 +432,7 @@ CClink = $(CC)
#CONF_OPT_FEAT = --with-features=small
#CONF_OPT_FEAT = --with-features=normal
#CONF_OPT_FEAT = --with-features=big
-CONF_OPT_FEAT = --with-features=huge
+#CONF_OPT_FEAT = --with-features=huge
# COMPILED BY - For including a specific e-mail address for ":version".
#CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>"