mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
rapsi fixes
This commit is contained in:
parent
6477795b54
commit
a49c6332f3
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ google_default_client_secret = ""
|
|||
target_os = "linux"
|
||||
target_cpu = "arm64"
|
||||
v8_target_cpu = "arm64"
|
||||
sysroot = "/media/alex/4f370af3-b251-4d0c-9750-cdf6a5b127b1/home/alex/chromium/src/build/linux/debian_bullseye_arm64-sysroot"
|
||||
#sysroot = "/home/alex/chromium/src/build/linux/debian_bullseye_arm64-sysroot"
|
||||
arm_version = 8
|
||||
arm_arch = "armv8-a"
|
||||
arm_fpu = "neon-vfpv4"
|
||||
|
@ -89,4 +89,4 @@ use_text_section_splitting = true
|
|||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
chrome_pgo_phase = 2
|
||||
pgo_data_path = "/media/alex/4f370af3-b251-4d0c-9750-cdf6a5b127b1/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5615-1680716428-db660f555b9c2dcd6bf2bfd641997c4064597b8e.profdata"
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5672-1683023364-b47f9a07c616c94cac9f564aa6b00a8aaaec191a.profdata"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2022 The Chromium Authors and Alex313031. All rights reserved.
|
||||
// Copyright 2023 The Chromium Authors and Alex313031
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue