mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* set the default debug info type to dbg_dwarf2 for the WebAssembly targets
git-svn-id: branches/wasm@48444 -
This commit is contained in:
parent
2c2f2189e3
commit
c5cac5f554
@ -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 :
|
||||
|
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user