diff options
author | maho <maho@FreeBSD.org> | 2008-04-10 07:25:30 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-04-10 07:25:30 +0800 |
commit | 6ba71ae17cdb1c5e002b5eac564258af4f4d12ca (patch) | |
tree | 7b61f6bea0d18aa770d61f5645dd0597e0912a4b /editors/openoffice-3 | |
parent | 6cb7fc1824dbcea2eb06ef6692e17bc528e9f756 (diff) | |
download | freebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.tar.gz freebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.tar.zst freebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.zip |
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
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index e34df3fe27d8..2d429399cee3 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/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: |