texlive[62388] Build/source/texk/web2c: no -DDEBUG for hitex

commits+karl at tug.org commits+karl at tug.org
Fri Mar 4 17:12:42 CET 2022


Revision: 62388
          http://tug.org/svn/texlive?view=revision&revision=62388
Author:   karl
Date:     2022-03-04 17:12:42 +0100 (Fri, 04 Mar 2022)
Log Message:
-----------
no -DDEBUG for hitex

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/Makefile.in
    trunk/Build/source/texk/web2c/hitexdir/am/hitex.am

Modified: trunk/Build/source/texk/web2c/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/Makefile.in	2022-03-04 16:00:29 UTC (rev 62387)
+++ trunk/Build/source/texk/web2c/Makefile.in	2022-03-04 16:12:42 UTC (rev 62388)
@@ -4649,7 +4649,8 @@
 # If that changes, have to set at top level and use +=.
 @HITEX_TRUE at man1_MANS = hitexdir/hishrink.man hitexdir/histretch.man hitexdir/hitex.man
 hitex_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) -I$(srcdir)/libmd5 \
-	-DINIT -DSTAT -DDEBUG
+	-DINIT -DSTAT
+# -DDEBUG drops into an interactive debugging session.
 hitex_LDADD = $(KPATHSEA_LIBS) $(ZLIB_LIBS) libmd5.a libmd5.a
 hitex_DEPENDENCIES = $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) libmd5.a
 #

Modified: trunk/Build/source/texk/web2c/hitexdir/am/hitex.am
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/am/hitex.am	2022-03-04 16:00:29 UTC (rev 62387)
+++ trunk/Build/source/texk/web2c/hitexdir/am/hitex.am	2022-03-04 16:12:42 UTC (rev 62388)
@@ -23,7 +23,8 @@
 
 hitex_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) 
 hitex_CPPFLAGS += -I$(srcdir)/libmd5
-hitex_CPPFLAGS += -DINIT -DSTAT -DDEBUG
+hitex_CPPFLAGS += -DINIT -DSTAT
+# -DDEBUG drops into an interactive debugging session.
 hitex_LDADD = $(KPATHSEA_LIBS) $(ZLIB_LIBS) libmd5.a
 hitex_LDADD += libmd5.a
 hitex_DEPENDENCIES = $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) libmd5.a



More information about the tex-live-commits mailing list.