[fpc-pascal] compile Link Smart option, is it -XX or -CX?
Sven Barth
pascaldragon at googlemail.com
Thu Mar 3 11:23:20 CET 2016
Am 03.03.2016 09:26 schrieb "Dennis" <dec12 at avidsoft.com.hk>:
>
> According to http://www.freepascal.org/docs-html/prog/progse30.html
>
> the smartlink option on the command line is -CX
> but in Lazarus ver 1.42,
> Compilation and Linking
> Linking
> Link Smart is -XX
They are different. -CX tells the compiler to compile units with smart
linking capability (though I'd need to check what exactly that entails),
while -XX enables smart linking.
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160303/671c9d52/attachment.html>
More information about the fpc-pascal
mailing list