diff options
author | dsainty <dsainty@pkgsrc.org> | 2003-01-01 02:53:38 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2003-01-01 02:53:38 +0000 |
commit | bb12869393b67cecbba3d4224a16872a57c8a238 (patch) | |
tree | 1c4f8e4a059d5a8b5581f79c3bc5c83df9a264c2 /emulators/palmosemulator | |
parent | c81681ad85ae55338152c65e96b9b0b7c3e7d8e3 (diff) | |
download | pkgsrc-bb12869393b67cecbba3d4224a16872a57c8a238.tar.gz |
Disable debugging symbols in build. Noted by Thomas Runge in private e-mail.
Diffstat (limited to 'emulators/palmosemulator')
-rw-r--r-- | emulators/palmosemulator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 867180db5d1..a588c6a7578 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/31 06:59:52 dsainty Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/01 02:53:38 dsainty Exp $ # DISTNAME= emulator_src_${PKGVERSION} @@ -34,7 +34,6 @@ USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-fltk=${BUILDLINK_PREFIX.fltk} -CONFIGURE_ARGS+= --enable-debug CONFIGURE_ENV+= PACKAGE_SKINS_DIR=${POSE_SKINS_DIR} do-install: |