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 C++ standard support for Emscripten #13750

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Oct 4, 2024

The first versions of Emscripten that correspond with the Clang version Meson uses to determine flag support don't actually support the expected flags. So I went through and picked the first version that actually worked with the expected flags.

Fixes #13628

The first versions of Emscripten that correspond with the Clang version
Meson uses to determine flag support don't actually support the expected
flags. So I went through and picked the first version that actually
worked with the expected flags.

Fixes mesonbuild#13628
@bruchar1 bruchar1 added the Arch:Wasm Compiling to WebAssembly label Oct 4, 2024
@dcbaker dcbaker merged commit 4c3bb4f into mesonbuild:master Oct 4, 2024
33 checks passed
@QuLogic QuLogic deleted the emscripten-cpp_std branch October 4, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch:Wasm Compiling to WebAssembly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use --std=c++23 in emscripten's emcc compiler.
3 participants