pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Default debug options to On for build from current soures
Module Name: pkgsrc-wip
Committed By: Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By: hauke
Date: Tue May 13 15:21:34 2025 +0200
Changeset: f19b7a32429e2ad4c42861f8fdffe0801dcad467
Modified Files:
xemacs-hg/options.mk
Log Message:
Default debug options to On for build from current soures
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f19b7a32429e2ad4c42861f8fdffe0801dcad467
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xemacs-hg/options.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/xemacs-hg/options.mk b/xemacs-hg/options.mk
index 2ac82c413a..470abfdc7c 100644
--- a/xemacs-hg/options.mk
+++ b/xemacs-hg/options.mk
@@ -129,9 +129,9 @@ CONFIGURE_ARGS+= --with-canna
CONFIGURE_ARGS+= --without-canna
.endif
-.if !empty(PKG_OPTIONS:Mdebug)
+###.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug=yes --with-debug
CONFIGURE_ARGS+= --with-assertions --with-error-checking=all
CFLAGS+= -g3
INSTALL_UNSTRIPPED= yes
-.endif
+###.endif
Home |
Main Index |
Thread Index |
Old Index