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: Compile with -ftrivial-auto-var-init=zero #139

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. CMake: Compile with -ftrivial-auto-var-init=zero

    As per upstream guidance [0] we should compile the sources with this
    flag in order to not hit issues with using uninitialized variables.
    
    [0] https://android-review.googlesource.com/c/platform/system/core/+/2963911/1#message-01ebff378bb51f7815b6ed8b035a57fbce0418ab
    
    Fixes nmeum#133
    
    Co-authored-by: munix9 <44939650+munix9@users.noreply.github.com>
    2 people authored and z3ntu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9d7a194 View commit details
    Browse the repository at this point in the history