Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add env var to control stripping debug info #507

Merged
merged 2 commits into from Feb 15, 2022

Commits on Feb 14, 2022

  1. Add env var to control stripping debug info

    Before this commit, debug info is stripped unconditionally on Linux.
    
    This commit adds an environment variable `UJSON_BUILD_NO_STRIP` that disables this behavior. This is helpful for distribution packagers who would otherwise have to patch `setup.py` to prevent stripping.
    musicinmybrain committed Feb 14, 2022
    Copy the full SHA
    3b36967 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb7f85c View commit details
    Browse the repository at this point in the history