summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-04-09 23:25:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-04-09 23:25:30 +0000
commiteb131d0eae1486916f69a9f6abf9770b0caa8e80 (patch)
tree7fcedd134620879127f7365840c734721fd417cc /editors/openoffice.org-vcltesttool/files
parent- Update to 0.4.9 (diff)
Reduce the space to build.
--enable-crashdump=yes impiles "-g" but requires a lot of space. This should be "-g1" and "-g" should be set when WITH_DEBUG is activated. Submitted by: truckman
Notes
Notes: svn path=/head/; revision=210967
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files')
-rw-r--r--editors/openoffice.org-vcltesttool/files/Makefile.knobs2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs
+++ b/editors/openoffice.org-vcltesttool/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch: