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

Fix build breaks with gcc 11.3.1 #6702

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Commits on Sep 13, 2022

  1. Update build instructions

    The current build instructions results in a build break in the gc
    component. This PR updates the build instructions to ensure that
    OMR_GC_MODRON_SCAVENGER is enabled at build time.
    
    Signed-off-by: Irwin D'Souza <[email protected]>
    dsouzai committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f516c6b View commit details
    Browse the repository at this point in the history
  2. Fix _FORTIFY_SOURCE warning treated as error

    This commit adds -O3 to the CMakeLists.txt of the omrtrace component to
    prevent the following warning treated as an error:
    
    warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    
    Signed-off-by: Irwin D'Souza <[email protected]>
    dsouzai committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d62849e View commit details
    Browse the repository at this point in the history