diff --git a/pkg.info b/pkg.info index 7203bc3..4dab88c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: qt6-svg description: Classes for displaying the contents of SVG files version: 6.10.0 -revision: 1 +revision: 2 url: https://www.qt.io/ license: FDL,GPL3,LGPL3,custom architecture: any diff --git a/source.sh b/source.sh index 6296421..e7f6de5 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - cmake -B build -DCMAKE_MESSAGE_LOG_LEVEL=STATUS + cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_MESSAGE_LOG_LEVEL=STATUS cmake --build build }