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:
parent
3b916fa749
commit
c31d06c254
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue