Closed
Description
- Currently we force non-zero debug level for debug builds
- We override the value even when user explicitly specify
0
- Beside other effects, it forces runtime to download pdbs and there is not direct way for user to bypass it
runtime/src/mono/wasm/build/WasmApp.targets
Line 146 in 3295789