Set build type to release

This commit is contained in:
2025-10-26 09:52:17 +02:00
parent 30821677c0
commit fbfb8883e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: qt6-svg name: qt6-svg
description: Classes for displaying the contents of SVG files description: Classes for displaying the contents of SVG files
version: 6.10.0 version: 6.10.0
revision: 1 revision: 2
url: https://www.qt.io/ url: https://www.qt.io/
license: FDL,GPL3,LGPL3,custom license: FDL,GPL3,LGPL3,custom
architecture: any architecture: any
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
cmake -B build -DCMAKE_MESSAGE_LOG_LEVEL=STATUS cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
cmake --build build cmake --build build
} }