rapsi fixes

This commit is contained in:
Alexander Frick 2023-06-16 06:42:19 -05:00
parent 6477795b54
commit a49c6332f3
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ google_default_client_secret = ""
target_os = "linux" target_os = "linux"
target_cpu = "arm64" target_cpu = "arm64"
v8_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_version = 8
arm_arch = "armv8-a" arm_arch = "armv8-a"
arm_fpu = "neon-vfpv4" arm_fpu = "neon-vfpv4"
@ -89,4 +89,4 @@ use_text_section_splitting = true
use_thin_lto = true use_thin_lto = true
thin_lto_enable_optimizations = true thin_lto_enable_optimizations = true
chrome_pgo_phase = 2 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"

View file

@ -3,7 +3,7 @@ google_default_client_id = ""
google_default_client_secret = "" google_default_client_secret = ""
# is_chancie_wancie_build = true # is_chancie_wancie_build = true
target_os = "chromeos" target_os = "chromeos"
is_chromeos_device=false is_chromeos_device = false
target_cpu = "x64" target_cpu = "x64"
is_official_build = true is_official_build = true
is_debug = false is_debug = false

View file

@ -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 // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.