diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-25 13:57:20 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-25 13:57:20 +0000 |
commit | 79bb45250712ef89f753ea44aa1bc2cf7a4500b3 (patch) | |
tree | e78ff579022e3879bb44d2af186084f1e6b389e3 /bridges | |
parent | 28d795620e3c16894fccfad263ccbe1664129a3f (diff) |
INTEGRATION: CWS sixtyfour11 (1.6.8); FILE MERGED
2007/02/13 13:27:29 kendy 1.6.8.1: #i73974# #include <string.h>, remove NOOPT from makefile.mk.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk index 8c44481ab..f6e9a77cb 100644 --- a/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk +++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:28:39 $ +# last change: $Author: rt $ $Date: 2007-04-25 14:57:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,12 +56,6 @@ CFLAGS += -DLEAK_STATIC_DATA # work with the .cxx sources in this directory: CFLAGSCXX += -fno-omit-frame-pointer -NOOPTFILES= \ - $(SLO)$/uno2cpp.obj - - -CFLAGSNOOPT=-O0 - SLOFILES= \ $(SLO)$/abi.obj \ $(SLO)$/except.obj \ |