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
10e3474d
Kaydet (Commit)
10e3474d
authored
Şub 28, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: counter-producive -> counter-productive
Change-Id: I69ad51d99b11976b07fafff9748ada0acc215c78
üst
cf709963
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
configure.ac
configure.ac
+6
-6
No files found.
configure.ac
Dosyayı görüntüle @
10e3474d
...
@@ -2447,18 +2447,18 @@ if test "$CCACHE" != ""; then
...
@@ -2447,18 +2447,18 @@ if test "$CCACHE" != ""; then
# we could not determine the size or it was less than 1GB -> disable auto-ccache
# we could not determine the size or it was less than 1GB -> disable auto-ccache
if test $ccache_size -lt 1024; then
if test $ccache_size -lt 1024; then
CCACHE=""
CCACHE=""
AC_MSG_WARN([ccache's cache size is less than 1GB using it is counter-producive: Disabling auto-ccache detection])
AC_MSG_WARN([ccache's cache size is less than 1GB using it is counter-produc
t
ive: Disabling auto-ccache detection])
add_warning "ccache's cache size is less than 1GB using it is counter-producive: auto-ccache detection disabled"
add_warning "ccache's cache size is less than 1GB using it is counter-produc
t
ive: auto-ccache detection disabled"
else
else
# warn that ccache may be too small for debug build
# warn that ccache may be too small for debug build
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build])
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-produc
t
ive for debug or symbol-enabled build])
add_warning "ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build"
add_warning "ccache's cache size is less than 5GB using it may be counter-produc
t
ive for debug or symbol-enabled build"
fi
fi
else
else
if test $ccache_size -lt 5; then
if test $ccache_size -lt 5; then
#warn that ccache may be too small for debug build
#warn that ccache may be too small for debug build
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build])
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-produc
t
ive for debug or symbol-enabled build])
add_warning "ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build"
add_warning "ccache's cache size is less than 5GB using it may be counter-produc
t
ive for debug or symbol-enabled build"
fi
fi
fi
fi
fi
fi
...
...
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