From c5c00a4674618228bbaf29b9785564ecc786bf1a Mon Sep 17 00:00:00 2001 From: tytan652 Date: Tue, 29 Aug 2023 14:01:25 +0200 Subject: [PATCH] build-aux: Add missing build type to Flatpak modules --- build-aux/modules/40-plog.json | 1 + build-aux/modules/40-usrsctp.json | 1 + build-aux/modules/50-libdatachannel.json | 1 + build-aux/modules/50-libqrcodegencpp.json | 1 + 4 files changed, 4 insertions(+) diff --git a/build-aux/modules/40-plog.json b/build-aux/modules/40-plog.json index 1ca28e7b5..08bee9bc9 100644 --- a/build-aux/modules/40-plog.json +++ b/build-aux/modules/40-plog.json @@ -2,6 +2,7 @@ "name": "plog", "buildsystem": "cmake-ninja", "config-opts": [ + "-DCMAKE_BUILD_TYPE=Release", "-DPLOG_BUILD_SAMPLES=OFF" ], "cleanup": [ diff --git a/build-aux/modules/40-usrsctp.json b/build-aux/modules/40-usrsctp.json index b9442f209..b83e23f5d 100644 --- a/build-aux/modules/40-usrsctp.json +++ b/build-aux/modules/40-usrsctp.json @@ -3,6 +3,7 @@ "buildsystem": "cmake-ninja", "//": "Disable SCTP IP code. Packets are handle by WebRTC so we don't need it", "config-opts": [ + "-DCMAKE_BUILD_TYPE=Release", "-Dsctp_build_shared_lib=ON", "-Dsctp_build_programs=OFF", "-Dsctp_inet=OFF", diff --git a/build-aux/modules/50-libdatachannel.json b/build-aux/modules/50-libdatachannel.json index 340d3d48f..381e047c8 100644 --- a/build-aux/modules/50-libdatachannel.json +++ b/build-aux/modules/50-libdatachannel.json @@ -2,6 +2,7 @@ "name": "libdatachannel", "buildsystem": "cmake-ninja", "config-opts": [ + "-DCMAKE_BUILD_TYPE=Release", "-DNO_EXAMPLES=ON", "-DNO_TESTS=ON", "-DNO_WEBSOCKET=ON", diff --git a/build-aux/modules/50-libqrcodegencpp.json b/build-aux/modules/50-libqrcodegencpp.json index ed20a7f42..968e98742 100644 --- a/build-aux/modules/50-libqrcodegencpp.json +++ b/build-aux/modules/50-libqrcodegencpp.json @@ -3,6 +3,7 @@ "buildsystem": "cmake-ninja", "builddir": true, "config-opts": [ + "-DCMAKE_BUILD_TYPE=Release", "-DBUILD_SHARED_LIBS=ON" ], "post-install": [