Fraser 2 Posted Sunday at 07:07 PM 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
Fraser 2 Posted Monday at 10:27 AM 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
Fraser 2 Posted Monday at 07:55 PM Is there any way to remove the arguments? Share this post Link to post
Tony Yu 0 Posted Tuesday at 03:17 AM 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
Fraser 2 Posted Tuesday at 10:51 AM 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
Fraser 2 Posted 15 hours ago 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