Skip to content

Commit

Permalink
Drop parallel build
Browse files Browse the repository at this point in the history
Parallel builds are nice and dandy if they work, but apparently this
breaks certain things now, so disable it for now.

We might re-enable it at a later stage if things are too slow; but for
now, let's prefer correctness over speed.
  • Loading branch information
yoe committed Feb 16, 2021
1 parent f78d47b commit a830ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beidmw.xcodeproj/project.pbxproj
Expand Up @@ -1297,7 +1297,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "make -C plugins_tools/eid-viewer/OSX/support/ossl -j $(( $(sysctl hw.ncpu | cut -d' ' -f2) * 125 / 100 )) build\nmake -C plugins_tools/eid-viewer/OSX/support/xml -j $(( $(sysctl hw.ncpu | cut -d' ' -f2) * 125 / 100 )) build\n";
shellScript = "make -C plugins_tools/eid-viewer/OSX/support/ossl build\nmake -C plugins_tools/eid-viewer/OSX/support/xml build\n";
};
86C65C5C223913D4001ED3A7 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit a830ed0

Please sign in to comment.