Add --enable-debug configure option to enable asserts

asserts are still disabled by default.
This commit is contained in:
Christian Göttsche
2020-09-17 22:23:05 +02:00
committed by cgzones
parent e518459981
commit b7f63292e5
2 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,6 @@ pixmap_DATA = htop.png
AM_CFLAGS += -pedantic -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
AM_LDFLAGS =
AM_CPPFLAGS = -DNDEBUG
myhtopsources = AvailableMetersPanel.c CategoriesPanel.c CheckItem.c \
ClockMeter.c ColorsPanel.c ColumnsPanel.c CPUMeter.c CRT.c DiskIOMeter.c DiskIOMeter.h \