Skip to content

Commit ceefdd3

Browse files
sbc100kripken
andcommitted
Update src/settings.js
Co-authored-by: Alon Zakai <[email protected]>
1 parent 2d3b509 commit ceefdd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ See docs/process.md for more on how version tagging works.
2121
3.1.33 (in development)
2222
-----------------------
2323
- Update SDL2_ttf port to 2.20.2 (#18804)
24+
- The `LLD_REPORT_UNDEFINED` setting has been removed. It's now essentially
25+
always enabled. (#18342)
2426

2527
3.1.32 - 02/17/23
2628
-----------------

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,5 +2180,5 @@ var LEGACY_SETTINGS = [
21802180
['LIBRARY_DEPS_TO_AUTOEXPORT', [[]], 'No longer needed'],
21812181
['EMIT_EMSCRIPTEN_METADATA', [0], 'No longer supported'],
21822182
['SHELL_FILE', [''], 'No longer supported'],
2183-
['LLD_REPORT_UNDEFINED', [1], 'No longer supported'],
2183+
['LLD_REPORT_UNDEFINED', [1], 'Disabling is no longer supported'],
21842184
];

0 commit comments

Comments
 (0)