You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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 ...
The text was updated successfully, but these errors were encountered: