commit | 17be53807cf2f2f88962ff4e2d00e92e8ee9fad7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Dec 09 20:24:13 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 09 20:24:13 2024 +0000 |
tree | 8c0c31428537faea6ecdd0f23d16922086533a55 | |
parent | 3c89df9f3ddb1aca58fc539770de2d9931f51fbd [diff] | |
parent | 4c249fbf6d6011f91f518e299f8e5915add9c812 [diff] |
Merge "Enable -D_FORTIFY_SOURCE=3 globally by default." into main
diff --git a/cc/config/global.go b/cc/config/global.go index b19682d..61f48c4 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -166,7 +166,7 @@ "-funwind-tables", "-fstack-protector-strong", "-Wa,--noexecstack", - "-D_FORTIFY_SOURCE=2", + "-D_FORTIFY_SOURCE=3", "-Wstrict-aliasing=2",