Description: Do not compile and install the debugging version of Julia
Author: Sébastien Villemot <sebastien@debian.org>
Author: Mo Zhou <cdluminate@gmail.com>
Forwarded: not-needed
Last-Update: 2018-07-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: julia/Makefile
===================================================================
--- julia.orig/Makefile
+++ julia/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))
