1
0
Fork 0

use compile warnings

* Makefile.am (GUILE_WARNINGS): Use compile warnings when compiling
  tekuti.
This commit is contained in:
Andy Wingo 2010-11-13 18:34:40 +01:00
parent 5b81c576a5
commit da85967b42

View file

@ -27,6 +27,7 @@ EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
CLEANFILES = $(GOBJECTS) CLEANFILES = $(GOBJECTS)
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
SUFFIXES = .scm .go SUFFIXES = .scm .go
.scm.go: .scm.go:
$(top_builddir)/env $(GUILE_TOOLS) compile -o "$@" "$<" $(top_builddir)/env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"