diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-08 11:12:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-08 11:12:06 -0400 |
| commit | 246c8d0d22c9690c5a0a7070899fbc0ded1771ad (patch) | |
| tree | f433e43793268ef0d8493cdb5993f53e27f68532 | |
| parent | 23a76cd08d80ef280e665c8717c881e166f8e125 (diff) | |
enable -ftrivial-auto-var-init=zero for kernels
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 14e118af..20713363 100644 --- a/static/releases.html +++ b/static/releases.html @@ -318,6 +318,7 @@ <ul> <li>globally enable -ftrivial-auto-var-init=zero for userspace to replace our previous downstream -fsanitize=local-init</li> + <li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): globally enable -ftrivial-auto-var-init=zero</li> </ul> --> |
