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
747a38a7
Kaydet (Commit)
747a38a7
authored
7 years ago
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Further clarifications
Change-Id: Iff2b184b8764e459165b7254b32d7ffb810fb3db
üst
5d3ccb02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
Dosyayı görüntüle @
747a38a7
...
...
@@ -1128,7 +1128,7 @@ libo_FUZZ_ARG_ENABLE(werror,
libo_FUZZ_ARG_ENABLE(assert-always-abort,
AS_HELP_STRING([--enable-assert-always-abort],
[make assert() abort even when building without --enable-debug or --enable-dbgutil.]),
[make assert()
failures
abort even when building without --enable-debug or --enable-dbgutil.]),
,)
libo_FUZZ_ARG_ENABLE(dbgutil,
...
...
@@ -4571,9 +4571,9 @@ else
fi
AC_SUBST(ENABLE_WERROR)
dnl
Set the ASSERT_ALWAYS_ABORT variable. (Activate --enable-assert-always-abort)
dnl
Check for --enable-assert-always-abort, set ASSERT_ALWAYS_ABORT
dnl ===================================================================
AC_MSG_CHECKING([whether to have assert
to abort in release code
])
AC_MSG_CHECKING([whether to have assert
() failures abort even without --enable-debug
])
if test -n "$enable_assert_always_abort" -a "$enable_assert_always_abort" = "yes"; then
ASSERT_ALWAYS_ABORT="TRUE"
AC_MSG_RESULT([yes])
...
...
This diff is collapsed.
Click to expand it.
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