* set the default debug info type to dbg_dwarf2 for the WebAssembly targets

git-svn-id: branches/wasm@48444 -
This commit is contained in:
nickysn 2021-01-28 15:55:31 +00:00
parent 2c2f2189e3
commit c5cac5f554
2 changed files with 2 additions and 2 deletions

View File

@ -827,7 +827,7 @@ unit i_embed;
linkextern : ld_embedded;
ar : ar_none;
res : res_none;
dbg : dbg_none;
dbg : dbg_dwarf2;
script : script_unix;
endian : endian_little;
alignment :

View File

@ -83,7 +83,7 @@ unit i_wasi;
linkextern : ld_wasi; // there's no linker, only object files for WASM
ar : ar_none;
res : res_none;
dbg : dbg_none;
dbg : dbg_dwarf2;
script : script_unix;
endian : endian_little;
alignment :