Skip to content

Commit

Permalink
Drop cfi support
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Sep 13, 2023
1 parent 38b0ece commit 579060f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
2 changes: 0 additions & 2 deletions build/bromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ enable_vr=false
exclude_unwind_tables=false
ffmpeg_branding="Chrome"
icu_use_data_file=true
is_cfi=true
is_component_build=false
is_debug=false
is_official_build=true
Expand All @@ -36,7 +35,6 @@ symbol_level=1
system_webview_package_name="org.bromite.webview"
target_os="android"
treat_warnings_as_errors=true
use_cfi_cast=true
use_debug_fission=true
use_errorprone_java_compiler=false
use_gnome_keyring=false
Expand Down
1 change: 0 additions & 1 deletion build/bromite_patches_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ Add-kill-switch-for-unsupported-clangd-flags.patch
00WIN-Add-some-prefs-to-secure-preferences.patch
00WIN-Disable-search-for-image.patch

00Remove-experimental-relative-c---abi-vtables.patch
AudioBuffer-AnalyserNode-fp-mitigations.patch
00Disable-Component-Updates.patch
00add-browser-policy.patch
Expand Down
28 changes: 0 additions & 28 deletions build/patches/00Remove-experimental-relative-c---abi-vtables.patch

This file was deleted.

6 changes: 0 additions & 6 deletions tools/images/bromite-build/build_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ if (target_os == "android") {
symbol_level = 1
strip_debug_info = false
generate_linker_map = false

# since is_cfi require use_thin_lto
# but not work in debug mode
is_cfi = false # disable it
use_cfi_cast = false # disable it
} else {
generate_linker_map = true
use_relative_vtables_abi = false
}
}

Expand Down

0 comments on commit 579060f

Please sign in to comment.