use compile warnings
* Makefile.am (GUILE_WARNINGS): Use compile warnings when compiling tekuti.
This commit is contained in:
parent
5b81c576a5
commit
da85967b42
1 changed files with 2 additions and 1 deletions
|
@ -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 "$@" "$<"
|
||||||
|
|
Loading…
Reference in a new issue