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{
|
||||
"-fPIC",
|
||||
"-funwind-tables",
|
||||
"-fno-omit-frame-pointer",
|
||||
|
||||
"-isysroot ${macSdkRoot}",
|
||||
"-mmacosx-version-min=${macMinVersion}",
|
||||
|
Reference in New Issue
Block a user