Reviewers: ulan,
Message:
PTAL.
Description:
Remove -fomit-frame-pointer flag from Release builds
BUG=133723
Please review this at https://chromiumcodereview.appspot.com/10659030/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M build/common.gypi
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index
ae6b2a7de69b4aa420254c5e808e77efed7d19a6..6a4854cf6acc8af5bcf0274a3ca54246ed9f7b62
100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -348,7 +348,6 @@
'cflags': [
'-fdata-sections',
'-ffunction-sections',
- '-fomit-frame-pointer',
'-O3',
],
'conditions': [
@@ -378,7 +377,6 @@
'InlineFunctionExpansion': '2',
'EnableIntrinsicFunctions': 'true',
'FavorSizeOrSpeed': '0',
- 'OmitFramePointers': 'true',
'StringPooling': 'true',
'conditions': [
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev