Merge "Revert "Set -fomit-frame-pointer for all devices"" am: ea7b201536 am: 8a4e6952f6

am: 1d58fbc8d9

Change-Id: I392bdf00fe21d43c08385e948aa593f600907b27
This commit is contained in:
Colin Cross
2017-11-18 02:19:20 +00:00
committed by android-build-merger
3 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,9 @@ var (
"-msoft-float",
}
armCflags = []string{}
armCflags = []string{
"-fomit-frame-pointer",
}
armCppflags = []string{}

View File

@@ -62,7 +62,6 @@ var (
"-fstack-protector-strong",
"-Wa,--noexecstack",
"-D_FORTIFY_SOURCE=2",
"-fomit-frame-pointer",
"-Wstrict-aliasing=2",

View File

@@ -22,6 +22,7 @@ import (
var (
mipsCflags = []string{
"-fomit-frame-pointer",
"-Umips",
}