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

fix: make C extensions mandatory #1333

Merged
merged 1 commit into from
Apr 15, 2020
Merged

fix: make C extensions mandatory #1333

merged 1 commit into from
Apr 15, 2020

Commits on Apr 15, 2020

  1. fix: make C extensions mandatory

    If no C compiler is available, the installation do not fail and only a warning
    is being print. This is wrong as the profiler won't work — at all.
    
    Since we need a C compiler to build the profiler extensions that are part of
    the wheel anyway,  let's not make wrapt or psutil optional.
    
    Fixes DataDog#1328
    jd committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a9f1f74 View commit details
    Browse the repository at this point in the history