mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix cflags again
This commit is contained in:
parent
b2431dc805
commit
b7ad89f7f0
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ config("compiler") {
|
|||
ldflags += [ "-fPIC" ]
|
||||
rustflags += [ "-Crelocation-model=pic" ]
|
||||
|
||||
if (is_clang && chrome_pgo_phase == 2) {
|
||||
if (is_clang && chrome_pgo_phase == 2 && !is_android) {
|
||||
asmflags += [ "-fbasic-block-sections=labels" ]
|
||||
cflags += [ "-fbasic-block-sections=labels" ]
|
||||
rustflags += [ "-Cllvm-args=-basic-block-sections=labels" ]
|
||||
|
|
Loading…
Reference in a new issue