From b25c58827270a48c04198be3c35ab171072fb119 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 4 Nov 2020 07:56:54 +0000 Subject: [PATCH] Do not compile and install the debugging version of Julia Forwarded: not-needed Last-Update: 2018-07-19 Last-Update: 2018-07-19 Gbp-Pq: Name no-debug-version.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e9f2c8..512c251 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include $(JULIAHOME)/Make.inc VERSDIR := v`cut -d. -f1-2 < $(JULIAHOME)/VERSION` default: $(JULIA_BUILD_MODE) # contains either "debug" or "release" -all: debug release +all: release # sort is used to remove potential duplicates DIRS := $(sort $(build_bindir) $(build_depsbindir) $(build_libdir) $(build_private_libdir) $(build_libexecdir) $(build_includedir) $(build_includedir)/julia $(build_sysconfdir)/julia $(build_datarootdir)/julia $(build_datarootdir)/julia/stdlib $(build_man1dir)) -- 2.30.2