diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-04 16:46:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-04 19:02:55 +0200 |
commit | 5f7cbf60b71e78d4a980ec46953c4524ec0fd80c (patch) | |
tree | bb7d6e58bb411a29947d7f1a1b8a58a1767ddf64 /solenv | |
parent | 61834cd574568613f0b0a2ee099a60fa5a8d9804 (diff) |
revert the macos part of..
commit 217122387f6e0ef657b8ba85eae082b448901cec
Date: Tue Aug 25 12:23:13 2020 +0200
dont turn on malloc debugging for gdb itself
because it doesn't work
Change-Id: If6f1ac2ddc1683dab9d57df742c647083304af07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102056
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 863fc4370103..431f8e4b45fc 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -261,7 +261,7 @@ gb_CppunitTest_CPPTESTPRECOMMAND := \ $(call gb_Helper_extend_ld_path,$(gb_Library_DLLDIR):$(WORKDIR)/UnpackedTarball/cppunit/src/cppunit/.libs) gb_CppunitTest_get_filename = libtest_$(1).dylib gb_CppunitTest_get_ilibfilename = $(gb_CppunitTest_get_filename) -gb_CppunitTest_malloc_check := -Q 'env MallocScribble=1' -Q 'env MallocPreScribble=1' +gb_CppunitTest_malloc_check := MallocScribble=1 MallocPreScribble=1 define gb_CppunitTest_CppunitTest_platform $(call gb_LinkTarget_get_target,$(2)) : RPATH := |