Set build type to release
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: qt6-imageformats
|
name: qt6-imageformats
|
||||||
description: Additional Image Format plugins for Qt
|
description: Additional Image Format plugins for Qt
|
||||||
version: 6.10.0
|
version: 6.10.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://www.qt.io
|
url: https://www.qt.io
|
||||||
license: LGPL3-only OR GPL2-only OR GPL3-only
|
license: LGPL3-only OR GPL2-only OR GPL3-only
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -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_INSTALL_PREFIX=/usr -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user