Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

allow custom path and static linking for custom mallocs in make #12645

Merged
merged 2 commits into from
Sep 24, 2018

Conversation

szha
Copy link
Member

@szha szha commented Sep 23, 2018

Description

allow custom path and static linking for custom mallocs

Checklist

Essentials

  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage:
  • Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL)
  • To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • allow and prefer custom path for custom mallocs
  • add search for .a for static linking of custom mallocs

endif
endif
else
ifeq ($(USE_JEMALLOC), 1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add USE_JEMALLOC_PATH to make/config.mk? Otherwise people won't notice there's such option

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants