When I compile/link a single emcc main.cpp -g4 -O2, I get 
  a.out.js 
  a.out.js.map  <- a source map
  a.out.js.mem

When I output main.bc with the same arguments, emcc doesn't seem to 
output .map files.  I thought the .bc files would only have file/line info 
embedded into them.  

   main.bc
   main.bc.map  <- what I was expecting

   or at least a a.out.js.map after the link

I don't see a //# sourceMappingURL in the resulting linked javascript, like 
I do in the first case.   What's the process here for linking together or 
referencing source maps?  

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to