Browse Source

Remvoed -j 2 from make_command, since my virtual box ran out of memory.

merge-requests/365/head
eidheim 10 years ago
parent
commit
d21a679f5d
  1. 2
      src/files.h

2
src/files.h

@ -59,7 +59,7 @@ const std::string configjson =
" \"force_kill_last_running\": \"<primary><shift>Escape\"\n"
" },\n"
" \"project\": {\n"
" \"make_command\": \"make -j 2\"\n"
" \"make_command\": \"make\"\n"
" },\n"
" \"directoryfilter\": {\n"
" \"ignore\": [\n"

Loading…
Cancel
Save