summarylogtreecommitdiffstats
path: root/040-m64p-add-pie.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-04-04 15:33:53 -0300
committerDaniel Bermond2022-04-04 15:33:53 -0300
commit87c9300d40d39abf7e18a7415d00ea78ed4e8fc6 (patch)
tree777f4de56b5981e7104d119034573dec303c92af /040-m64p-add-pie.patch
parent9df5ce77f995a12d2cdf37a5ae0e5b92b151305d (diff)
downloadaur-87c9300d40d39abf7e18a7415d00ea78ed4e8fc6.tar.gz
Remove bundled discord game sdk and vosk api. Disable dynarec.
Also removed the now unneeded minizip dependency. Discord game sdk and vosk-api are now dependencies, instead of being bundled inside the package. Pros: - size: package has very significant smaller size - convenience: vosk-api can be an optinal dependency (at least as far as I could gather, please let me know if not) - security: vosk-api dependency is built from source, instead of relying in a pre-built library shipped by upstream - security: vosk-api package is built with full relro support and fortify, oposing to the library shipped by upstream - performance: vosk-api package is built with lto enabled (suposing the user is building with devtools or with lto enabled in makepkg.conf) Cons: - increased total build time, as vosk-api takes a while to build If something break os goes wrong, we will consider rolling back the removal of bundled discord game sdk and vosk api.
Diffstat (limited to '040-m64p-add-pie.patch')
-rw-r--r--040-m64p-add-pie.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/040-m64p-add-pie.patch b/040-m64p-add-pie.patch
deleted file mode 100644
index 95fd43babc17..000000000000
--- a/040-m64p-add-pie.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/mupen64plus-gui/mupen64plus-gui.pro
-+++ b/mupen64plus-gui/mupen64plus-gui.pro
-@@ -99,8 +99,6 @@ FORMS += mainwindow.ui
-
- QMAKE_INCDIR += api interface
-
--QMAKE_LFLAGS += -no-pie
--
- CONFIG += optimize_full
-
- QMAKE_PROJECT_DEPTH = 0