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

Compile Node targets without -std=c++11 option #926

Merged
merged 2 commits into from
Mar 22, 2023

Conversation

tdcosta100
Copy link
Contributor

@tdcosta100 tdcosta100 commented Mar 22, 2023

There is a -std=c++11 switch configured in Node modules here. I can imagine this was put there because of older compilers. Now we have C++17, this is a limiting option, not a better one. This PR removes this option in Node targets.

@tdcosta100 tdcosta100 marked this pull request as ready for review March 22, 2023 04:07
@tdcosta100 tdcosta100 changed the title Compile Node modules without -std=c++11 option Compile Node targets without -std=c++11 option Mar 22, 2023
@louwers louwers merged commit faaf605 into maplibre:main Mar 22, 2023
@louwers
Copy link
Collaborator

louwers commented Mar 22, 2023

Thanks @tdcosta100.

@tdcosta100 tdcosta100 deleted the compile-node-without-cxx11 branch March 22, 2023 12:08
@stefankarschti
Copy link
Collaborator

Thanks @tdcosta100, this fixed some compilation issues I had recently!

@tdcosta100
Copy link
Contributor Author

Nice, @stefankarschti! It was giving me some errors too.

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

Successfully merging this pull request may close these issues.

None yet

3 participants