mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-14 14:40:57 +00:00
build: Pass extra flags to gcc toolchains
This commit is contained in:
parent
51cffdce8a
commit
d188df6ea7
1 changed files with 3 additions and 0 deletions
|
@ -655,6 +655,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…
Add table
Reference in a new issue