mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
build: Pass extra flags to gcc toolchains
This commit is contained in:
parent
3f4d63e923
commit
44720e7f7c
@ -660,6 +660,9 @@ template("clang_toolchain") {
|
|||||||
"default_shlib_subdir",
|
"default_shlib_subdir",
|
||||||
"enable_linker_map",
|
"enable_linker_map",
|
||||||
"use_unstripped_as_runtime_outputs",
|
"use_unstripped_as_runtime_outputs",
|
||||||
|
"extra_cppflags",
|
||||||
|
"extra_ldflags",
|
||||||
|
"extra_asmflags",
|
||||||
])
|
])
|
||||||
|
|
||||||
toolchain_args = {
|
toolchain_args = {
|
||||||
|
Loading…
Reference in New Issue
Block a user