diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-07-13 13:58:14 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-07-13 13:58:14 +0200 |
commit | 38521b81c68fc4e9eca535e5a6dfe82435f3fd5e (patch) | |
tree | 81056761cecdaf3b578fa06d34d5c72f96703f08 /solenv/inc/unxlng.mk | |
parent | 09834f7dbd7086e6bf1c360c443fe5cf12c55b53 (diff) | |
parent | 414a031eb9de5375ee55eaa204d09a8d5b8bfb5b (diff) |
CWS-TOOLING: integrate CWS configure25_OOO330
Diffstat (limited to 'solenv/inc/unxlng.mk')
-rw-r--r-- | solenv/inc/unxlng.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/inc/unxlng.mk b/solenv/inc/unxlng.mk index be8c5d01b714..aff552dde89c 100644 --- a/solenv/inc/unxlng.mk +++ b/solenv/inc/unxlng.mk @@ -198,6 +198,14 @@ STDLIBCUIMT+=-ltcmalloc STDSHLGUIMT+=-ltcmalloc STDSHLCUIMT+=-ltcmalloc .ENDIF + +.IF "$(ALLOC)" == "JEMALLOC" +STDLIBGUIMT+=-ljemalloc +STDLIBCUIMT+=-ljemalloc +STDSHLGUIMT+=-ljemalloc +STDSHLCUIMT+=-ljemalloc +.ENDIF + .IF "$(HAVE_LD_HASH_STYLE)" == "TRUE" LINKFLAGS += -Wl,--hash-style=both .ELSE |