bernhard added a comment. I had an application crash with optimizations enabled, so I wanted to keep the debug info but the automatic wasm-opt kept removing it and I lost another 30 minutes to this, so I'm back :-)
Can we get clang not to automatically call wasm-opt if it is called without `-Xlinker -strip-all`, or when called with `-g` ? Or at the very least, could it forward the `-g` along the `-O*` to wasm-opt? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70500/new/ https://reviews.llvm.org/D70500 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits