Jump to content
Fraser

12.1 missing options

Recommended Posts

I started a new static LIB project on C++ Builder 12.1.  In Project Option, Project Properties, General where has 'Run C++ compiler in a separate process' gone?  Also where is 'Number of subprocesses'?  When I built the LIB I had the message unknown argument --jobs=1, which is related to the missing options.

Share this post


Link to post

I have found that the parallel processing feature is removed with 12.1 Clang 64 modern and is brought back and enhanced with 12.2.  I also have a message about an unknown argument -PD.  I don't feel that 12.1 was tested before release with static library projects.

Share this post


Link to post

try this: C++Compiler -> General Compilation -> Enable batch compilation to false

Save and open project again, it sovled my same message unknown argument --jobs=1

Share this post


Link to post

I am getting some compiling done now.  Is per file overrides set by right clicking on a project file and selecting edit local options?  I haven't looked at this before.

Share this post


Link to post

When I compile a unit for Windows 64-bit Modern with 'Enable all warnings' on and get many warnings and hints the dialog box says there are 0 warnings and 0 hints.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×