diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:35:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 13:35:21 +0000 |
commit | 26425dd544a0b526d0e3578f695a720731b33945 (patch) | |
tree | 096a02fbe5aba442c7a8af16c9789a78983d9ab2 /solenv/inc | |
parent | 62241d0dac01abc6d41caed3862a1faf99df4496 (diff) |
INTEGRATION: CWS obo34 (1.5.150); FILE MERGED
2008/08/27 10:01:47 obo 1.5.150.1: #i93167# MacOSX (Intel): Compiler switch missing for crashdump feature
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/unxmacxi.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/solenv/inc/unxmacxi.mk b/solenv/inc/unxmacxi.mk index 80ff0c1f933e..c843d24e7c82 100644 --- a/solenv/inc/unxmacxi.mk +++ b/solenv/inc/unxmacxi.mk @@ -8,7 +8,7 @@ # # $RCSfile: unxmacxi.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -46,5 +46,11 @@ CXXCPP*:=g++ -E $(EXTRA_CFLAGS) .ENDIF # "$(EXTRA_CFLAGS)"!="" .ENDIF # "$(SYSBASE)"!="" +# flags to enable build with symbols; required by crashdump feature +.IF "$(ENABLE_SYMBOLS)"=="SMALL" +CFLAGSENABLESYMBOLS=-g1 +.ELSE +CFLAGSENABLESYMBOLS=-g +.ENDIF # Include generic Mac OS X makefile .INCLUDE : unxmacx.mk |