summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-03-23 17:13:20 +0100
committerJan Holesovsky <kendy@suse.cz>2011-03-23 17:13:20 +0100
commitd1862bfe1aa1d2e0357b2f6573c0c164e37bb832 (patch)
treeceaa9be7ffed4c8e31d76a2ef8a85e4835fe98c0 /configure.in
parent5f08d6e5a4383db99a1ed314181b594a338200dc (diff)
parentad6c30fb49061ea7c65581823212e94ba1e82061 (diff)
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 623573f80bb7..82b241fc934d 100755
--- a/configure.in
+++ b/configure.in
@@ -221,9 +221,6 @@ AC_ARG_ENABLE(symbols,
[Include debugging symbols in output. WARNING - a complete build needs
8 Gb of space and takes much longer (enables -g compiler flag).])
[
- --enable-symbols=SMALL
- sets the gcc -g1 setting which is smaller.
-
Enabling symbols disables the stripping of the solver
(--disable-strip-solver).
],
@@ -1647,13 +1644,8 @@ dnl whether to include symbols into final build.
dnl ===================================================================
AC_MSG_CHECKING([whether to include symbols])
if test -n "$enable_symbols" -a "$enable_symbols" != "no"; then
- if test "$enable_symbols" = "small" -o "$enable_symbols" = "SMALL"; then
- ENABLE_SYMBOLS="SMALL"
- AC_MSG_RESULT([yes, small])
- else
- ENABLE_SYMBOLS="TRUE"
- AC_MSG_RESULT([yes])
- fi
+ ENABLE_SYMBOLS="TRUE"
+ AC_MSG_RESULT([yes])
else
ENABLE_SYMBOLS=
AC_MSG_RESULT([no])