Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pygame
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2018-06-29 23:51:30 +0300
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2018-07-04 15:42:48 +0300
commit93d9fa0c87bc5f1c3dadaa84ce79457561be4261 (patch)
treea094ae5a67b116f9412b82734dbb839971f57d9b /pygame
parent95f6c4816da34123910c5378da610327d6e1c28f (diff)
Use cmake release build type option
Diffstat (limited to 'pygame')
-rw-r--r--pygame/pygame-1.9.3.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/pygame/pygame-1.9.3.json b/pygame/pygame-1.9.3.json
index f7412c4..693dd77 100644
--- a/pygame/pygame-1.9.3.json
+++ b/pygame/pygame-1.9.3.json
@@ -54,6 +54,9 @@
{
"name": "fluidsynth",
"buildsystem": "cmake-ninja",
+ "config-opts": [
+ "-DCMAKE_BUILD_TYPE=Release"
+ ],
"sources": [
{
"type": "archive",
@@ -70,6 +73,7 @@
"name": "portmidi",
"buildsystem": "cmake-ninja",
"config-opts": [
+ "-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY:STRING=/app/lib",
"-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY:STRING=/app/lib",
"-DCMAKE_RUNTIME_OUTPUT_DIRECTORY:STRING=/app/bin"