Merge "Revert "Set -fomit-frame-pointer for all devices""

This commit is contained in:
Treehugger Robot
2017-11-18 02:13:08 +00:00
committed by Gerrit Code Review
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",
}