Do not compile and install the debugging version of Julia
authorSébastien Villemot <sebastien@debian.org>
Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)
committerNorbert Preining <norbert@preining.info>
Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)
Forwarded: not-needed
Last-Update: 2018-07-19

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

Makefile

index 9e9f2c8f0c90064510a555cf2ce94a4daf3354a4..512c2513dcdc8feb1434b7ea20a689cb26db3de2 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))