7
0
Files
nodejs-electron/common.gypi-remove-fno-omit-frame-pointer.patch
Bruno Pitrus ec046abfc3 Accepting request 1034981 from home:dziobian:gulgul-ultron:19
- New upstream release 21.2.3
  * No user-visible changes.
- Remove upstream's tinkering with optlevel of modules compiled against nodejs-electron-devel.
  * add common.gypi-remove-fno-omit-frame-pointer.patch

OBS-URL: https://build.opensuse.org/request/show/1034981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=48
2022-11-10 05:53:36 +00:00

17 lines
758 B
Diff

Do not inject a pessimizing cflag into downstream buildscripts.
It fails to get overriden by optflags and we don't need it for debugging
since we compile everything with -fasynchronous-unwind-tables anyway.
--- src/third_party/electron_node/common.gypi.old 2022-11-09 21:21:10.595238137 +0100
+++ src/third_party/electron_node/common.gypi 2022-11-09 22:07:29.480041964 +0100
@@ -243,9 +243,6 @@
# increase performance, number from experimentation
'cflags': [ '-qINLINE=::150:100000' ]
}],
- ['OS!="mac" and OS!="win" and OS!="zos"', {
- 'cflags': [ '-fno-omit-frame-pointer' ],
- }],
['OS=="linux"', {
'conditions': [
['enable_pgo_generate=="true"', {