Add file title. Add copyright information. Add licensing information. Add versioning information. Improve comments.
This commit is contained in:
parent
04bc9aa8d5
commit
bcc63a205d
18
portage/env/chromium.conf
vendored
18
portage/env/chromium.conf
vendored
@ -1,10 +1,16 @@
|
|||||||
## Hardening flags.
|
# Portage - env - Chromium
|
||||||
|
|
||||||
|
# Copyright 2022-2023 Inference
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
|
# Version: 0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
|
# Flags
|
||||||
|
## Hardening flags
|
||||||
LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc"
|
LD_SEC="-Wl,--strip-all -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -L/usr/local/lib -lhardened_malloc"
|
||||||
|
## Linker flags
|
||||||
## Linker flags.
|
|
||||||
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}"
|
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}"
|
||||||
|
## GN flags
|
||||||
## GN flags.
|
|
||||||
EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true enable_widevine=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true"
|
EXTRA_GN="target_os=\"linux\" target_cpu=\"x64\" is_official_build=true use_cfi_cast=true is_component_build=false is_debug=false ffmpeg_branding=\"Chrome\" proprietary_codecs=true enable_widevine=true symbol_level=0 blink_symbol_level=0 enable_resource_allowlist_generation=false enable_remoting=false enable_nacl=false disable_fieldtrial_testing_config=true"
|
||||||
|
|
||||||
CHROMIUM_FORCE_LIBCXX=yes
|
CHROMIUM_FORCE_LIBCXX=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user