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", "-fPIC",
"-fno-omit-frame-pointer",
"-U_FORTIFY_SOURCE", "-U_FORTIFY_SOURCE",
"-D_FORTIFY_SOURCE=2", "-D_FORTIFY_SOURCE=2",
"-fstack-protector-strong", "-fstack-protector-strong",

View File

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