Don't use DEBUG with regex
Andreas Jaeger
aj@oss.sgi.com
Fri Apr 7 14:13:00 GMT 2000
If you define DEBUG with regex it produces lots of error messages. I
think it's time to remove the flag.
Andreas
2000-04-07 Andreas Jaeger <aj@suse.de>
* posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
============================================================
Index: posix/Makefile
--- posix/Makefile 2000/02/25 17:06:14 1.87
+++ posix/Makefile 2000/04/07 21:12:54
@@ -91,7 +91,7 @@
endif
endif
-CFLAGS-regex.c = -Wno-strict-prototypes -DDEBUG
+CFLAGS-regex.c = -Wno-strict-prototypes
CFLAGS-getaddrinfo.c = -DRESOLVER
$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
currently: aj@oss.sgi.com
More information about the Libc-alpha
mailing list