no-debug-version
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Tue, 22 Jan 2019 20:19:55 +0000 (20:19 +0000)
committerGraham Inggs <ginggs@debian.org>
Tue, 22 Jan 2019 20:19:55 +0000 (20:19 +0000)
Gbp-Pq: Name no-debug-version.patch

Makefile

index ff6f88cdd2da275e01b37eb003c5a1064b1cb031..688d49ab2e892be76c4dfc10fd08d7161c6b45b8 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))