Skip to content

Commit fbc5d5c

Browse files
Fix comment about g4 in settings.js (#18807)
This should refer to -gsource-map instead.
1 parent 215340b commit fbc5d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ var ASAN_SHADOW_SIZE = -1
19321932
var USE_OFFSET_CONVERTER = false;
19331933

19341934
// Whether we should load the WASM source map at runtime.
1935-
// This is enabled automatically when using -g4 with sanitizers.
1935+
// This is enabled automatically when using -gsource-map with sanitizers.
19361936
var LOAD_SOURCE_MAP = false;
19371937

19381938
// If set to 0, delay undefined symbol report until after wasm-ld runs. This

0 commit comments

Comments
 (0)