From 9a37c961b50495ccd4301621f7d5018508246aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 21 Jul 2019 18:29:30 +0200 Subject: Add guile_auto_compile env var to makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6ec726f4..7070be29 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ SRCDIR = src LIBDIR = lib export LD_LIBRARY_PATH=$(PWD)/$(LIBDIR) +export GUILE_AUTO_COMPILE=0 CFLAGS = -std=gnu11 -Wall -Wextra -ggdb -fPIC $(shell guile-config compile) LDFLAGS = $(shell guile-config link) -- cgit v1.2.3