mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
|
# Don't attach trailing comments too far back.
|
||
|
if (!is_android) {
|
||
|
source_set("tcmalloc") {
|
||
|
if (is_win) {
|
||
|
ldflags = [ "/ignore:4006:4221" ]
|
||
|
} # is_win
|
||
|
} # source_set
|
||
|
} # !is_android
|