Author: manx
Date: Sat May 11 23:45:15 2024
New Revision: 20786
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20786
Log:
[Doc] libopenmpt: Update changelog.
Modified:
branches/OpenMPT-1.31/doc/libopenmpt/changelog.md
Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md
==============================================================================
--- branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat May 11 23:42:51 2024 (r20785)
+++ branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat May 11 23:45:15 2024 (r20786)
@@ -17,6 +17,10 @@
* [**Change**] `build/download_externals.sh` now verifies the integrity of any
downloaded files and uses curl instead of wget.
+ * [**Regression**]: Optimization level when compiling with GCC 14 has been
+ forced down to `-O1` due to the severe miscompilation GCC 14 has shown on
+ MinGW-w64 amd64.
+
* M15: Loosen SoundTracker file rejection heuristics a bit to allow loading of
schmokk.mod and scramble_2.mod. Other heuristics has been tightened a bit.
* MOD: Change VBlank timing heuristic to always assume CIA timing when long
|