diff options
author | bjs <bjs> | 2008-11-28 01:20:06 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-11-28 01:20:06 +0000 |
commit | 264f86f6b1db361970dfff20e6f339ff180d266a (patch) | |
tree | 5aedab7a4e830ba9c092bd673939e29056764c52 /lang/cparser | |
parent | 13254b9932fe8f4cc1cf5c3bfdfe5e3efede99d1 (diff) | |
download | pkgsrc-264f86f6b1db361970dfff20e6f339ff180d266a.tar.gz |
Add a reminder to install with debugging symbols if building
with e.g. -g (in the future)
Diffstat (limited to 'lang/cparser')
-rw-r--r-- | lang/cparser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile index bcb9927a531..7fa9f07c24d 100644 --- a/lang/cparser/Makefile +++ b/lang/cparser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/28 01:17:47 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/28 01:20:06 bjs Exp $ # DISTNAME= cparser-0.9.5 @@ -21,7 +21,7 @@ USE_TOOLS+= gmake pkg-config AUTO_MKDIRS= yes COPTS?= -O2 -#DBG?= -g3 # XXX debugging option? +#DBG?= -g3 # XXX debugging option (install without strip) MAKE_ENV+= LIBTOOL_CFLAGS=-prefer-pic MAKE_ENV+= COPTS=${COPTS:Q} |