diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-05-23 14:24:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-05-23 14:24:04 +0000 |
commit | a2864cf2df03798460f651cf5a8978161b9f6dc5 (patch) | |
tree | d6d58ce197ee2ad99e09a704d14ce349f58bd2b0 /libexec/ld.so | |
parent | 3520620880e18a1888c66d33e8fe69e3381292bf (diff) |
Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes
too verbose for normal usage.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 4feb8f1a5a7..628c3041334 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/15 11:38:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/23 14:24:03 drahn Exp $ SUBDIR=libdl ldconfig ldd VPATH=${.CURDIR}/../../lib/libc/string:${.CURDIR}/../../sys/lib/libsa @@ -21,7 +21,7 @@ LIBCSRCDIR=${.CURDIR}/../../lib/libc .endif CFLAGS += -I${.CURDIR} -DNO_UNDERSCORE -DVERBOSE_DLINKER \ -DUSE_CACHE -D__PIC__ -I${.CURDIR}/${MACHINE_ARCH} -CFLAGS += -g -DDL_PRINTF_DEBUG +#CFLAGS += -g -DDL_PRINTF_DEBUG INSTALL_STRIP= .PATH: ${.CURDIR}/${MACHINE_ARCH} |