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

ARROW-17436: [C++] Use -O2 instead of -O3 for RELEASE builds #13661

Merged
merged 5 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. Use -O2 instead of -O3

    wesm authored and pitrou committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2557a25 View commit details
    Browse the repository at this point in the history
  2. Strip optimization flags from cmake defaults

    wesm authored and pitrou committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6812fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa7135 View commit details
    Browse the repository at this point in the history
  4. Restore -DNDEBUG

    pitrou committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f707d46 View commit details
    Browse the repository at this point in the history
  5. Fix cmake-format

    pitrou committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    de53440 View commit details
    Browse the repository at this point in the history