summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-15 16:56:09 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-15 16:56:09 +0000
commit80c2545bedb3ed8e64a3035d326b110dc9332bd9 (patch)
treea29ecb2124686aab56b6b8886aaac63187aa54d3
parent32d227bc04096ddd3bc09bdaab194c5cb430af6a (diff)
Removing horrible, system-locking option from Eclipse Make preferences.
-rw-r--r--.cproject2
-rw-r--r--.project2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cproject b/.cproject
index e8275ea65..0d7c6b9fc 100644
--- a/.cproject
+++ b/.cproject
@@ -19,7 +19,7 @@
<folderInfo id="cdt.managedbuild.toolchain.gnu.base.1461790692.1059214216" name="/" resourcePath="">
<toolChain id="cdt.managedbuild.toolchain.gnu.base.1311293674" name="cdt.managedbuild.toolchain.gnu.base" superClass="cdt.managedbuild.toolchain.gnu.base">
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.target.gnu.platform.base.1799734525" name="Debug Platform" osList="linux,hpux,aix,qnx" superClass="cdt.managedbuild.target.gnu.platform.base"/>
-<builder buildPath="${workspace_loc/cvc4/}" id="cdt.managedbuild.target.gnu.builder.base.549477204" incrementalBuildTarget="all" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" parallelBuildOn="true" parallelizationNumber="-1" superClass="cdt.managedbuild.target.gnu.builder.base">
+<builder buildPath="${workspace_loc/cvc4/}" id="cdt.managedbuild.target.gnu.builder.base.549477204" incrementalBuildTarget="all" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" parallelBuildOn="true" parallelizationNumber="2" superClass="cdt.managedbuild.target.gnu.builder.base">
<outputEntries>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name=""/>
</outputEntries>
diff --git a/.project b/.project
index eb382f9ed..1465eabe2 100644
--- a/.project
+++ b/.project
@@ -32,7 +32,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
- <value>-j</value>
+ <value>-j2</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback