Rebuild with automatic stripping

This commit is contained in:
2025-10-28 11:33:37 +02:00
parent ed4fc2992e
commit 4c4ed4c41e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: supertuxkart name: supertuxkart
description: Free and Open Source kart racing game description: Free and Open Source kart racing game
version: "1.5" version: "1.5"
revision: 1 revision: 2
url: https://supertuxkart-evolution.com/Main_Page.html url: https://supertuxkart-evolution.com/Main_Page.html
license: GPL3-or-later license: GPL3-or-later
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_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_RECORDER=off -GNinja cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_RECORDER=off -GNinja
cmake --build build cmake --build build
} }