mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-15 23:29:04 +02:00
wasi: added modeswitches
This commit is contained in:
parent
e0d367df19
commit
8c47e2de11
@ -3,6 +3,8 @@ unit wasienv;
|
|||||||
|
|
||||||
{$mode ObjFPC}
|
{$mode ObjFPC}
|
||||||
{$modeswitch externalclass}
|
{$modeswitch externalclass}
|
||||||
|
{$modeswitch functionreferences}
|
||||||
|
{$modeswitch anonymousfunctions}
|
||||||
{$INTERFACES CORBA}
|
{$INTERFACES CORBA}
|
||||||
{$WARN 5024 off}
|
{$WARN 5024 off}
|
||||||
{$WARN 4501 off}
|
{$WARN 4501 off}
|
||||||
|
Loading…
Reference in New Issue
Block a user