Are threadvar variables being freed like regular managed vars? I guess
that is all you need.
02.02.2019 14:00, fpc-pascal-requ...@lists.freepascal.org пишет:
Send fpc-pascal mailing list submissions to
fpc-pascal@lists.freepascal.org
To subscribe or unsubscribe via the World Wide Web,
Hi Sven,
First there is no specific option to clean what is dice with "install",
because INSTALL_PREFIX might point to a non empty directory (e.g. / or /usr
on *nix systems).
In addition to that "make all" does not care about what has been copied
with "install".
What could be however is that y
Hi all,
when building FPC from sources, I couldn't find a command to cleanup
unit binaries copied to common .\units\ dir by "install" command.
Without this step build process fails.
I build FPC from sources with the following layout:
.\fpc-min - FPC release installed from distrib
.\FPC - sou