Good question, I'm not sure why that's there. I opened https://github.com/WebAssembly/binaryen/issues/2573 and cc'd Yury.
Building without source maps would avoid this, but if you do want a build with source maps, there is no other way to ignore that currently. Note that work on debug info is using DWARF and not source maps, which uses a different code path, so this will be an obsolete code path soon anyhow. On Thu, Dec 26, 2019 at 5:50 PM キャロウ マーク <[email protected]> wrote: > When linking I get hundreds of messages on the console like: > > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c09 > skipping debug location info for 0x2c1e > > (The repetition shown above happens for every address listed.) > > How to I stop these messages? What, if anything, am I doing wrong? > > Regards > > -Mark > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/emscripten-discuss/FEBDC248-824C-4F62-B845-06EA56E2D7CE%40callow.im > . > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpQDujiC8ZWnhB8jRYDpX-Gc%3DrVNKaoMJPKmifVqVvYG0g%40mail.gmail.com.
