summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/Makefile.am b/bootstrap/Makefile.am
index 2d9caac38..e9b3895bf 100644
--- a/bootstrap/Makefile.am
+++ b/bootstrap/Makefile.am
@@ -22,7 +22,10 @@
GOBJECTS = $(SOURCES:%.scm=%.go)
-GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
+# No warnings for the bootstrap build. Run
+# make GUILE_WARNINGS="-Wunbound-variable -Warity-mismatch -Wformat"
+# to get the normal set of warnings.
+GUILE_WARNINGS =
GUILE_OPTIMIZATIONS = -O1
nobase_noinst_DATA = $(GOBJECTS) ice-9/eval.go
CLEANFILES = $(GOBJECTS) ice-9/eval.go ice-9/psyntax-pp.go