Removed libgmalloc. That was a mistake; it slows down callbacks tremendously on DEFAULT SETTINGS.
This commit is contained in:
parent
c31d06c254
commit
0ec70f9111
|
@ -64,6 +64,3 @@ LDFLAGS += \
|
||||||
# TODO -current_version, -compatibility_version
|
# TODO -current_version, -compatibility_version
|
||||||
LDFLAGS += \
|
LDFLAGS += \
|
||||||
-Wl,-install_name,@rpath/$(NAME).$(SOVERSION)$(SUFFIX)
|
-Wl,-install_name,@rpath/$(NAME).$(SOVERSION)$(SUFFIX)
|
||||||
|
|
||||||
# TODO make this an option
|
|
||||||
LDFLAGS += -lgmalloc
|
|
||||||
|
|
Loading…
Reference in New Issue