[fpc-pascal] Question about compiling FPC trunk after revision 44849
Victor Campillo
victor.campillo at gmail.com
Wed Apr 29 19:39:47 CEST 2020
Hi,
For years I have been using the same script to compile FPC, in this
script I use the next command:
make -j 9 clean all install
After the revision 44849 the use of the jobs option does not work
anymore, it fails to compile, reviewing the changes in revision 44849
shows that was removed the option ".NOTPARALLEL" in the Makefile, and
this option as far as I know leave without any effect specifying the
option --jobs, so my using over the years of the option "-j 9" was
actually useless.
Probably I am doing something wrong, but to be sure, ¿it is supported to
use the jobs option of make?
Best Regards.
--
Victor Campillo
More information about the fpc-pascal
mailing list