summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorVladislav <70593890+maade69@users.noreply.github.com>2022-10-12 21:47:49 +0300
committerDaniel Micay <danielmicay@gmail.com>2022-10-12 16:32:08 -0400
commit9607163bb7b9347bb5d05bda4b1e9af8f72a361c (patch)
tree71555b54c0a03a029b7140abfd711514eded24a2 /static
parent319e4ee0d246f905ad9a05c5b187c846e39a0254 (diff)
update docs since full LTO is fixed for 6th gen
Diffstat (limited to 'static')
-rw-r--r--static/build.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html
index 79bd500e..acbd8efb 100644
--- a/static/build.html
+++ b/static/build.html
@@ -460,15 +460,11 @@ repo sync -j16</pre>
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
- <pre>LTO=thin BUILD_KERNEL=1 ./build_slider.sh</pre>
+ <pre>LTO=full BUILD_KERNEL=1 ./build_slider.sh</pre>
<p>To build the bluejay kernel for the Pixel 6a:</p>
- <pre>LTO=thin BUILD_KERNEL=1 ./build_bluejay.sh</pre>
-
- <p><strong>ThinLTO is being used temporarily for 6th generation Pixel
- kernels to work around an upstream bug in the kernel or toolchain. Using
- <code>LTO=full</code> is currently broken.</strong></p>
+ <pre>LTO=full BUILD_KERNEL=1 ./build_bluejay.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/raviole-kernel/</code> or