Skip to content

Commit 5a4101b

Browse files
committed
More cmake logging
1 parent f76e90f commit 5a4101b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

Source/Standalone/PlugDataWindow.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)