Ver código fonte

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

git-svn-id: branches/wasm@48444 -
nickysn 4 anos atrás
pai
commit
c5cac5f554
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      compiler/systems/i_embed.pas
  2. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_embed.pas

@@ -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    :

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -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    :