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
b853eb38
Kaydet (Commit)
b853eb38
authored
Mar 08, 2001
tarafından
Patrick Luby
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added -DNO_OPTIMIZE
üst
c7c95b7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
unxmacxp.mk
solenv/inc/unxmacxp.mk
+7
-2
No files found.
solenv/inc/unxmacxp.mk
Dosyayı görüntüle @
b853eb38
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#
#
# $RCSfile: unxmacxp.mk,v $
# $RCSfile: unxmacxp.mk,v $
#
#
# $Revision: 1.2
8
$
# $Revision: 1.2
9
$
#
#
# last change: $Author: pluby $ $Date: 2001-03-0
6 19:20:33
$
# last change: $Author: pluby $ $Date: 2001-03-0
8 18:49:34
$
#
#
# The Contents of this file are made available subject to the terms of
# The Contents of this file are made available subject to the terms of
# either of the following licenses
# either of the following licenses
...
@@ -120,6 +120,11 @@ CFLAGSSLOCUIMT=-fPIC
...
@@ -120,6 +120,11 @@ CFLAGSSLOCUIMT=-fPIC
CFLAGSPROF=
CFLAGSPROF=
CFLAGSDEBUG=-g
CFLAGSDEBUG=-g
CFLAGSDBGUTIL=
CFLAGSDBGUTIL=
# Workaround for the compiler's buggy opitmizer when exceptions are turned on.
# Note that we have to define NO_OPTIMIZE for all files as once you turn off
# optimizing for one file, we need to adjust our compiling of the remaining
# optimized files.
CDEFS+=-DNO_OPTIMIZE
.IF "$(ENABLE_EXCEPTIONS)"==""
.IF "$(ENABLE_EXCEPTIONS)"==""
CFLAGSOPT=-O2
CFLAGSOPT=-O2
CFLAGSNOOPT=-O
CFLAGSNOOPT=-O
...
...
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