Skip to content

Commit 607a628

Browse files
committed
Copy source files into source map file
1 parent 8c81cac commit 607a628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/building.py

+1
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@ def emit_wasm_source_map(wasm_file, map_file, final_wasm):
11271127
wasm_file,
11281128
'--dwarfdump=' + LLVM_DWARFDUMP,
11291129
'-o', map_file,
1130+
'--sources',
11301131
'--basepath=' + base_path]
11311132
check_call(sourcemap_cmd)
11321133

0 commit comments

Comments
 (0)