Do not compile and install the debugging version of Julia
authorSébastien Villemot <sebastien@debian.org>
Tue, 21 Apr 2020 11:21:34 +0000 (12:21 +0100)
committerGraham Inggs <ginggs@debian.org>
Tue, 21 Apr 2020 11:21:34 +0000 (12:21 +0100)
Forwarded: not-needed
Last-Update: 2018-07-19

Last-Update: 2018-07-19
Gbp-Pq: Name no-debug-version.patch

Makefile

index 19b38d913475198b53f126d6e1ad03ee7bde0b91..d2274030cdfff9283fc9f5121b7e03c5908d6014 100644 (file)
--- 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))