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

cmake: rewrite the build options and the flag setting #51

Merged
merged 2 commits into from
Jun 28, 2024

Commits on Jun 25, 2024

  1. cmake: rewrite the build options and the flag setting

    - Add USE_LTO to enable LTO,
      enabled by default.
    - Add USE_EXTRA_OPTIMIZATION to also enable -O3 when it is not used by default
      enabled by default.
    - Add USE_FAST_MATH, to produce reproducible CRN files this should be disabled,
      enabled by default.
    - Increase warning verbosity level.
    - Generate maximum amount of debug information, including macro definitions.
    - Always disable strict aliasing, the code requires it to always be disabled.
    
    Fixes #29
    illwieckz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d0680ad View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b58e434 View commit details
    Browse the repository at this point in the history