mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
net-misc/megasync: strip unnecessary CXXFLAGS
Closes: https://bugs.gentoo.org/916992 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
695f0106e4
commit
5db66eaa13
@ -18,6 +18,19 @@ index 33668b4ee..061e0d445 100644
|
|||||||
update_cache.path = $$PWD
|
update_cache.path = $$PWD
|
||||||
- INSTALLS += update_cache
|
- INSTALLS += update_cache
|
||||||
}
|
}
|
||||||
|
diff --git a/src/MEGASync/google_breakpad/google_breakpad.pri b/src/MEGASync/google_breakpad/google_breakpad.pri
|
||||||
|
index 122268aba..cd141a5f9 100644
|
||||||
|
--- a/src/MEGASync/google_breakpad/google_breakpad.pri
|
||||||
|
+++ b/src/MEGASync/google_breakpad/google_breakpad.pri
|
||||||
|
@@ -43,8 +43,6 @@ unix:!macx {
|
||||||
|
SOURCES += $$PWD/common/linux/elfutils.cc
|
||||||
|
SOURCES += $$PWD/common/string_conversion.cc
|
||||||
|
SOURCES += $$PWD/common/convert_UTF.c
|
||||||
|
-
|
||||||
|
- QMAKE_CXXFLAGS+=-g
|
||||||
|
}
|
||||||
|
|
||||||
|
win32 {
|
||||||
diff --git a/src/MEGASync/platform/platform.pri b/src/MEGASync/platform/platform.pri
|
diff --git a/src/MEGASync/platform/platform.pri b/src/MEGASync/platform/platform.pri
|
||||||
index 99f4dbd4f..ef5553508 100644
|
index 99f4dbd4f..ef5553508 100644
|
||||||
--- a/src/MEGASync/platform/platform.pri
|
--- a/src/MEGASync/platform/platform.pri
|
||||||
|
@ -113,8 +113,7 @@ src_configure() {
|
|||||||
$(use_enable examples) \
|
$(use_enable examples) \
|
||||||
$(use_enable java) \
|
$(use_enable java) \
|
||||||
$(use_enable php) \
|
$(use_enable php) \
|
||||||
$(use_enable python) \
|
$(use_enable python)
|
||||||
"--enable-gcc-hardening"
|
|
||||||
|
|
||||||
cd "${S}/src"
|
cd "${S}/src"
|
||||||
local myeqmakeargs=(
|
local myeqmakeargs=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user