vcpkg/ports/soundtouch
fwcd 0d72efb16a
[soundtouch] Fix WASM build by using -O3 instead of -Ofast (#37103)
Fixes #37102 

The `-Ofast` option is unfortunately not supported by Emscripten yet (as
per https://github.com/emscripten-core/emscripten/pull/11884), therefore
we have to patch around this for now.

Once the upstream PR is merged and released, we can remove this:
https://codeberg.org/soundtouch/soundtouch/pulls/29

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 01:40:17 -08:00
..
portfile.cmake [soundtouch] Fix WASM build by using -O3 instead of -Ofast (#37103) 2024-03-05 01:40:17 -08:00
use-o3-emscripten.patch [soundtouch] Fix WASM build by using -O3 instead of -Ofast (#37103) 2024-03-05 01:40:17 -08:00
vcpkg.json [soundtouch] Fix WASM build by using -O3 instead of -Ofast (#37103) 2024-03-05 01:40:17 -08:00