Use -fno-omit-frame-pointer for host darwin.

Helps with debugging/profiling.

Bug: http://b/245707217
Change-Id: Ifbe2f6d05059d4ffee5c33ddec743188164100ef
This commit is contained in:
Elliott Hughes
2024-08-20 15:07:30 +00:00
parent cda9ce15ff
commit 67612c37f1

View File

@@ -29,6 +29,7 @@ var (
darwinCflags = []string{
"-fPIC",
"-funwind-tables",
"-fno-omit-frame-pointer",
"-isysroot ${macSdkRoot}",
"-mmacosx-version-min=${macMinVersion}",