Skip to content

Commit

Permalink
no -DDEBUG for hitex
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@62388 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Mar 4, 2022
1 parent 315e99b commit 896437f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion texk/web2c/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4649,7 +4649,8 @@ euptex_tests = euptexdir/euptriptest.test euptexdir/pdfprimitive.test euptexdir/
# If that changes, have to set at top level and use +=.
@HITEX_TRUE@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
#
Expand Down
3 changes: 2 additions & 1 deletion texk/web2c/hitexdir/am/hitex.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ endif HITEX

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
Expand Down

0 comments on commit 896437f

Please sign in to comment.