Merge "Use -fno-omit-frame-pointer for host darwin." into main

This commit is contained in:
Elliott Hughes
2024-08-20 19:20:02 +00:00
committed by Gerrit Code Review

View File

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