On Thu, 20 Dec 2018, serge vertie wrote:

Hi All!
I want to use modules/functions/classes (generated from Pas sources by
pas2js) from JS code, writed manually.
In this case i can have some modules/functions/classes not used from other
Pas modules (and intended to be used directly from JS).
But all declarations, not used in external Pas modules, are simply ignored
by pas2js,
probably because of following optimization swithes:
-OoRemoveNotUsedPrivates[-] : Default is enabled
-OoRemoveNotUsedDeclarations[-] : Default enabled for programs with -Jc

Is there some way to specify some Compiler hints in some PAS sources for set
this optimization OFF?
E.g. something like this.
{$modeswitch $OoRemoveNotUsedDeclarations-}

Just use -O-, if you disable all optimizations, then the code will remain.

As a side note: Maybe better ask this question on the pas2js list.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to