Set -fomit-frame-pointer for all devices am: 20823f95e6

am: c7155993ee

Change-Id: I561227d1b2bf348cfaa12b24df095e34f418712c
This commit is contained in:
Colin Cross
2017-11-15 21:51:19 +00:00
committed by android-build-merger
3 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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