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

Use AM_CPPFLAGS also for compilation of all sources #4244

Merged
merged 1 commit into from
May 19, 2024

Commits on May 19, 2024

  1. Use AM_CPPFLAGS also for compilation of all sources

    It was not used for all sources before. Therefore some parts of the
    code (especially the code for training) used different compiler
    options. For example NDEBUG was not defined, and so the training
    code was built with debug assertions (resulting in potentially
    slower execution).
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d72567a View commit details
    Browse the repository at this point in the history