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...

This commit is contained in:
Pietro Gagliardi 2015-12-27 15:19:14 -05:00
parent 3b916fa749
commit c31d06c254
1 changed files with 3 additions and 0 deletions

View File

@ -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