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

This commit is contained in:
Elliott Hughes
2024-08-21 12:25:30 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ var (
"-fPIC",
"-fno-omit-frame-pointer",
"-U_FORTIFY_SOURCE",
"-D_FORTIFY_SOURCE=2",
"-fstack-protector-strong",

View File

@@ -26,6 +26,8 @@ var (
"-fPIC",
"-fno-omit-frame-pointer",
"-U_FORTIFY_SOURCE",
"-D_FORTIFY_SOURCE=2",
"-fstack-protector",