We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5e356 commit 4f494c2Copy full SHA for 4f494c2
meson.build
@@ -397,6 +397,9 @@ elif host_os == 'emscripten'
397
if cpu == 'wasm64'
398
qemu_ldflags += ['-sMEMORY64=' + get_option('wasm64_memory64')]
399
endif
400
+ if get_option('optimization') != 'plain'
401
+ qemu_ldflags += ['-O' + get_option('optimization')]
402
+ endif
403
404
405
# Choose instruction set (currently x86-only)
0 commit comments