Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > db7933464f4758b5e41d62c3e2ab09f9 > files > 18

java-1.8.0-openjfx-1.8.0.172-1.b11.1.mga6.src.rpm

Description: Use the -g1 debugging level instead of -g when compiling WebKit
 to reduce the memory used and avoid build failures caused by lack of RAM.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/modules/web/src/main/native/Source/cmake/WebKitCompilerFlags.cmake
+++ b/modules/web/src/main/native/Source/cmake/WebKitCompilerFlags.cmake
@@ -101,7 +101,8 @@
                                              -Wno-nonportable-include-path
                                              -Wno-unknown-argument)
     else ()
-        WEBKIT_APPEND_GLOBAL_COMPILER_FLAGS(-fno-exceptions)
+        WEBKIT_APPEND_GLOBAL_COMPILER_FLAGS(-fno-exceptions
+                                            -g1)
         WEBKIT_APPEND_GLOBAL_CXX_FLAGS(-std=c++14
                                        -fno-rtti)