mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 19:49:17 +02:00
+ define tf_smartlink_sections for the WASM targets
git-svn-id: branches/wasm@46703 -
This commit is contained in:
parent
8b3dd67869
commit
35a4e705db
@ -47,6 +47,7 @@ unit i_wasi;
|
||||
shortname : 'Wasi';
|
||||
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
|
||||
tf_files_case_sensitive,tf_no_generic_stackcheck,
|
||||
tf_smartlink_sections,
|
||||
{ avoid the creation of threadvar tables }
|
||||
tf_section_threadvars];
|
||||
cpu : cpu_wasm32;
|
||||
|
@ -47,6 +47,7 @@ unit i_wasm;
|
||||
shortname : 'Wasm';
|
||||
flags : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
|
||||
tf_files_case_sensitive,tf_no_generic_stackcheck,
|
||||
tf_smartlink_sections,
|
||||
{ avoid the creation of threadvar tables }
|
||||
tf_section_threadvars];
|
||||
cpu : cpu_wasm32;
|
||||
|
Loading…
Reference in New Issue
Block a user