summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index d005e6e..bb64044 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3426,6 +3426,9 @@
'-fno-omit-frame-pointer',
'-gline-tables-only',
],
+ 'cflags!': [
+ '-fomit-frame-pointer',
+ ],
'ldflags!': [
# Functions interposed by the sanitizers can make ld think
# that some libraries aren't needed when they actually are,