Remove DEBUG-define for eprintf.c

Prepend program name only when fmt doesn't begin with "usage".
This commit is contained in:
FRIGN
2015-04-05 00:34:58 +02:00
committed by sin
parent 0c470f5563
commit 3eee8e1509
2 changed files with 5 additions and 7 deletions

View File

@@ -11,6 +11,6 @@ AR = ar
RANLIB = ranlib
# For NetBSD add -D_NETBSD_SOURCE
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DDEBUG
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s # -lrt