From c31d06c2543240f6e288cdb4b2dd573d51fe4e65 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 27 Dec 2015 15:19:14 -0500 Subject: [PATCH] Quick change for now: added libgmalloc to the OS X build so I can debug potential memory allocation issues. I think something is wrong in the mouseExited logic... --- darwin/GNUfiles.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/darwin/GNUfiles.mk b/darwin/GNUfiles.mk index 02c533eb..4db7f861 100644 --- a/darwin/GNUfiles.mk +++ b/darwin/GNUfiles.mk @@ -64,3 +64,6 @@ LDFLAGS += \ # TODO -current_version, -compatibility_version LDFLAGS += \ -Wl,-install_name,@rpath/$(NAME).$(SOVERSION)$(SUFFIX) + +# TODO make this an option +LDFLAGS += -lgmalloc