aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)