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

workaround for GCC 10 #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 19, 2021

  1. workaround for GCC 10

    GCC 10 default to -fno-common which force use of extern with global variable. 
    This disable the option. See https://gcc.gnu.org/gcc-10/porting_to.html
    zeroheure authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    1676694 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Update Makefile

    Co-authored-by: Ivan Kuchin <[email protected]>
    zeroheure and toy authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    35c4373 View commit details
    Browse the repository at this point in the history