Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
43b6f775
Kaydet (Commit)
43b6f775
authored
Agu 25, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
--enable-mergelibs: does not work with binfilter; warning for other platforms
Change-Id: I2992c89f70aebfcae5795c9f21d3cca48cbea4ae
üst
5bf93a18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
configure.in
configure.in
+10
-3
No files found.
configure.in
Dosyayı görüntüle @
43b6f775
...
@@ -660,7 +660,8 @@ dnl ---------- *** ----------
...
@@ -660,7 +660,8 @@ dnl ---------- *** ----------
AC_ARG_ENABLE(mergelibs,
AC_ARG_ENABLE(mergelibs,
AS_HELP_STRING([--enable-mergelibs],
AS_HELP_STRING([--enable-mergelibs],
[Enables linking of big merged library used for better performance.])
[Enables linking of big, merged, library.
Still somehow experimental. Tested only for Linux and Android.])
)
)
AC_ARG_ENABLE(graphite,
AC_ARG_ENABLE(graphite,
...
@@ -12070,9 +12071,15 @@ fi
...
@@ -12070,9 +12071,15 @@ fi
# ===================================================================
# ===================================================================
# Creating bigger shared library to link against
# Creating bigger shared library to link against
# ===================================================================
# ===================================================================
AC_MSG_CHECKING([whether to create
a big library for better performance
])
AC_MSG_CHECKING([whether to create
huge library
])
MERGELIBS=
MERGELIBS=
if test "$enable_mergelibs" = "yes"; then
if test $enable_mergelibs = yes; then
if test $WITH_BINFILTER = YES; then
AC_MSG_ERROR([--enable-mergelibs conflicts with --enable-binfilter. It would need fixing.])
fi
if test $_os != Linux -a $_os != Android; then
add_warning "--enable-mergelibs is not tested for this platform"
fi
MERGELIBS="TRUE"
MERGELIBS="TRUE"
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment