[fpc-pascal] WPO in fpc bootstrap process

Henry Vermaak henry.vermaak at gmail.com
Mon Sep 28 10:58:32 CEST 2009


2009/9/28 leledumbo <leledumbo_cool at yahoo.co.id>:
>
> I notice nowadays fpc is bootstrapped with WPO enabled. Since WPO strategy
> used by fpc is two phase build, the build time takes significantly longer. I
> don't see much enhancement other than "a little" smaller binary size (it may
> benefit from static calls also, but I don't really feel it). So, can I
> disable this?

Set NOWPOCYCLE=1 on make command line.

Henry



More information about the fpc-pascal mailing list