File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6363 run : ${{ env.VCPKG_ROOT }}/bootstrap-vcpkg.sh
6464
6565 - name : Configure CMake
66- run : cmake -S "${{github.workspace}}" -B "${{env.CMAKE_BUILD_DIR}}" -DVCPKG_TARGET_TRIPLET=${{matrix.triplet}}
66+ run : cmake -S "${{github.workspace}}" -B "${{env.CMAKE_BUILD_DIR}}" -DVCPKG_TARGET_TRIPLET=${{matrix.triplet}} -DCMAKE_BUILD_TYPE=Release
6767
6868 - name : Build
6969 run : cmake --build "${{env.CMAKE_BUILD_DIR}}" --config Release --target "${{ matrix.target }}" -j 6 --
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ package messages;
4949
5050option java_package = "dev.slimevr.bridge" ;
5151option java_outer_classname = "ProtobufMessages" ;
52+ option optimize_for = LITE_RUNTIME ;
5253
5354message PingPong {
5455}
You can’t perform that action at this time.
0 commit comments