Skip to content

Commit

Permalink
Faster faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed May 18, 2014
1 parent b0af901 commit b62fd0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ofSketchApp/src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ void App::play(const void* pSender, JSONRPC::MethodArgs& args)
// args.push_back("-j" + ofToString(_settings.numProcessors));
// }

args.push_back("-j" + ofToString(8));

// if(_settings.isSilent)
// {
// args.push_back("-s");
args.push_back("-s");
// }

// args.push_back(_target);
Expand Down

0 comments on commit b62fd0b

Please sign in to comment.