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

Optionally set compiler via CC variable & add -Wno-deprecated-copy to CFLAGS #3

Open
jvanns opened this issue Jul 8, 2021 · 0 comments

Comments

@jvanns
Copy link

jvanns commented Jul 8, 2021

I've tried to build this in a g++-10 environment where the g++/gcc 'alternative' links don't exist. To quickly overcome this, allow the CC env var to be set.

Also, modern compilers now issue a warning about the use of the copy assignment operator so add -Wno-deprecated-copy to retain that clean output ;)

Pull request coming ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant