mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 04:10:41 +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;
|
linkextern : ld_embedded;
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
dbg : dbg_none;
|
dbg : dbg_dwarf2;
|
||||||
script : script_unix;
|
script : script_unix;
|
||||||
endian : endian_little;
|
endian : endian_little;
|
||||||
alignment :
|
alignment :
|
||||||
|
@ -83,7 +83,7 @@ unit i_wasi;
|
|||||||
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
dbg : dbg_none;
|
dbg : dbg_dwarf2;
|
||||||
script : script_unix;
|
script : script_unix;
|
||||||
endian : endian_little;
|
endian : endian_little;
|
||||||
alignment :
|
alignment :
|
||||||
|
Loading…
Reference in New Issue
Block a user