File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ jobs:
332332
333333 - name : Build
334334 working-directory : ${{github.workspace}}
335- run : cmake --build build --config Release
335+ run : cmake --build build --config Release --verbose --parallel 1
336336
337337 - name : Prepare Artefacts
338338 working-directory : ${{github.workspace}}
@@ -422,7 +422,7 @@ jobs:
422422 run : CXX=g++ cmake -Bbuild -GNinja -DNANOVG_GLES_IMPLEMENTATION=1 -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
423423 - name : Build
424424 working-directory : ${{github.workspace}}
425- run : cmake --build build --config Release
425+ run : cmake --build build --config Release --verbose --parallel 1
426426
427427 - name : Prepare Artefacts
428428 working-directory : ${{github.workspace}}
Original file line number Diff line number Diff line change @@ -382,12 +382,9 @@ class PlugDataWindow final : public DocumentWindow
382382 {
383383 setTitleBarHeight (0 );
384384
385- std::cout << " loading pluginholder" << std::endl;
386385 pluginHolder = ProjectInfo::getStandalonePluginHolder ();
387386
388387 drawWindowShadow = Desktop::canUseSemiTransparentWindows ();
389-
390- std::cout << " loading maincontent" << std::endl;
391388
392389 mainComponent = new MainContentComponent (*this , editor);
393390
You can’t perform that action at this time.
0 commit comments