From: Sébastien Villemot Date: Thu, 24 Dec 2020 04:31:50 +0000 (+0000) Subject: Do not compile and install the debugging version of Julia X-Git-Tag: archive/raspbian/1.5.3+dfsg-3+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc96d870797c62a640f79fe15c00157a4442fb08;p=julia.git 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 --- diff --git a/Makefile b/Makefile index 533c8b7..6196268 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))