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
04f9143f
Kaydet (Commit)
04f9143f
authored
Mar 13, 2001
tarafından
Patrick Luby
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added support for Mac OS X Release Candidate version
üst
57fc0ac6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
unxmacxp.mk
solenv/inc/unxmacxp.mk
+12
-2
No files found.
solenv/inc/unxmacxp.mk
Dosyayı görüntüle @
04f9143f
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
# $Revision: 1.3
3
$
# $Revision: 1.3
4
$
#
# last change: $Author: pluby $ $Date: 2001-03-1
1 17:43:51
$
# last change: $Author: pluby $ $Date: 2001-03-1
3 05:37:25
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -111,6 +111,10 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names
.IF "$(shell uname -r)">="1.3"
CFLAGSCXX+=-fno-coalesce
.ENDIF
CFLAGSOBJGUIST=-fPIC
CFLAGSOBJCUIST=-fPIC
CFLAGSOBJGUIMT=-fPIC
...
...
@@ -120,6 +124,11 @@ CFLAGSSLOCUIMT=-fPIC
CFLAGSPROF=
CFLAGSDEBUG=-g
CFLAGSDBGUTIL=
.IF "$(shell uname -r)">="1.3"
CFLAGSOPT=-O2
CFLAGSNOOPT=-O
.ELSE
# 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
...
...
@@ -132,6 +141,7 @@ CFLAGSNOOPT=-O
CFLAGSOPT=
CFLAGSNOOPT=
.ENDIF
.ENDIF
CFLAGSOUTOBJ=-o
SOLARVERSHLLIBS=$(shell -/bin/sh -c "ls $(SOLARLIBDIR)$/*$(DLLPOST) $(LB)$/*$(DLLPOST) $(MISC)$/*$(DLLPOST) 2>/dev/null | grep -E -v 'lib\w+static'")
...
...
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