mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-08 03:32:02 +00:00
build: Pass extra flags to gcc toolchains
This commit is contained in:
parent
33fcf3f5b6
commit
2be67421b6
1 changed files with 2 additions and 0 deletions
|
@ -591,6 +591,8 @@ template("clang_toolchain") {
|
|||
"default_shlib_subdir",
|
||||
"enable_linker_map",
|
||||
"use_unstripped_as_runtime_outputs",
|
||||
"extra_cppflags",
|
||||
"extra_ldflags",
|
||||
])
|
||||
|
||||
toolchain_args = {
|
||||
|
|
Loading…
Add table
Reference in a new issue