Use -fno-omit-frame-pointer for host darwin.
Helps with debugging/profiling. Bug: http://b/245707217 Change-Id: Ifbe2f6d05059d4ffee5c33ddec743188164100ef
This commit is contained in:
@@ -29,6 +29,7 @@ var (
|
|||||||
darwinCflags = []string{
|
darwinCflags = []string{
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
"-funwind-tables",
|
"-funwind-tables",
|
||||||
|
"-fno-omit-frame-pointer",
|
||||||
|
|
||||||
"-isysroot ${macSdkRoot}",
|
"-isysroot ${macSdkRoot}",
|
||||||
"-mmacosx-version-min=${macMinVersion}",
|
"-mmacosx-version-min=${macMinVersion}",
|
||||||
|
Reference in New Issue
Block a user