Skip to content

Commit b62fd0b

Browse files
committed
Faster faster.
1 parent b0af901 commit b62fd0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ofSketchApp/src/App.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,11 @@ void App::play(const void* pSender, JSONRPC::MethodArgs& args)
130130
// args.push_back("-j" + ofToString(_settings.numProcessors));
131131
// }
132132

133+
args.push_back("-j" + ofToString(8));
134+
133135
// if(_settings.isSilent)
134136
// {
135-
// args.push_back("-s");
137+
args.push_back("-s");
136138
// }
137139

138140
// args.push_back(_target);

0 commit comments

Comments
 (0)