diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 963d9c8b48..6b86fb7d46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ TESTS = \ TESTS_ENVIRONMENT = \ NIXPKGS="$(NIXPKGS)" \ GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH" \ - $(GUILE) -L "$(top_srcdir)" + $(GUILE) --no-auto-compile -L "$(top_srcdir)" EXTRA_DIST = build-aux/config.rpath $(TESTS) CLEANFILES = $(GOBJECTS) *.log |