瀏覽代碼

build-aux: Add missing build type to Flatpak modules

tytan652 2 年之前
父節點
當前提交
c5c00a4674

+ 1 - 0
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": [

+ 1 - 0
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",

+ 1 - 0
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",

+ 1 - 0
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": [