From d21a679f5d5242b066c6c7f374970fd4ef6d08e5 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 12 Aug 2015 16:08:03 +0200 Subject: [PATCH] Remvoed -j 2 from make_command, since my virtual box ran out of memory. --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index 464811e..4ac51f0 100644 --- a/src/files.h +++ b/src/files.h @@ -59,7 +59,7 @@ const std::string configjson = " \"force_kill_last_running\": \"Escape\"\n" " },\n" " \"project\": {\n" -" \"make_command\": \"make -j 2\"\n" +" \"make_command\": \"make\"\n" " },\n" " \"directoryfilter\": {\n" " \"ignore\": [\n"