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

llvm: add NDEBUG when assertion mode is off #45437

Merged
merged 2 commits into from
Jun 10, 2022

Commits on May 24, 2022

  1. llvm: add NDEBUG when assertion mode is off

    `llvm-config --cxxflags` unfortunately does not set `-DNDEBUG`, which
    Julia needs to set correctly when including LLVM header files.
    haampie committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c9c2082 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Unset NDEBUG in analyzers

    haampie committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2ad2e85 View commit details
    Browse the repository at this point in the history