[retro-gtk/flatpak-build-options] flatpak: Drop useless build options



commit 3b977ba2c9a5ba7f81c1c252e5317133fa7e5343
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Jan 25 20:54:41 2020 +0100

    flatpak: Drop useless build options
    
    They are already defined in the runtime.

 flatpak/org.gnome.Retro.DemoSamplesTest.json | 6 ------
 flatpak/org.gnome.Retro.UnitTests.json       | 6 ------
 2 files changed, 12 deletions(-)
---
diff --git a/flatpak/org.gnome.Retro.DemoSamplesTest.json b/flatpak/org.gnome.Retro.DemoSamplesTest.json
index b4a8423..50851e7 100644
--- a/flatpak/org.gnome.Retro.DemoSamplesTest.json
+++ b/flatpak/org.gnome.Retro.DemoSamplesTest.json
@@ -22,12 +22,6 @@
         "--device=dri",
         "--socket=pulseaudio"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g",
-        "cxxflags" : "-O2 -g",
-        "env" : {
-        }
-    },
     "cleanup" : [
         "/include",
         "/lib/pkgconfig",
diff --git a/flatpak/org.gnome.Retro.UnitTests.json b/flatpak/org.gnome.Retro.UnitTests.json
index 9c2e765..94f1582 100644
--- a/flatpak/org.gnome.Retro.UnitTests.json
+++ b/flatpak/org.gnome.Retro.UnitTests.json
@@ -19,12 +19,6 @@
         "--socket=pulseaudio",
         "--talk-name=org.a11y.*"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g",
-        "cxxflags" : "-O2 -g",
-        "env" : {
-        }
-    },
     "cleanup" : [
         "/include",
         "/lib/pkgconfig",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]