Skip to content

Commit

Permalink
Add feature: "disable_errors" to darwin toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
RNabel committed Jul 11, 2018
1 parent 0c03c42 commit a4d7ae1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/osx/crosstool/CROSSTOOL.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ toolchain {
expand_if_all_available: "legacy_compile_flags"
}
}
feature {
name: "disable_errors"
flag_set {
action: "c-compile"
action: "c++-compile"
flag_group {
flag: "-w"
}
}
}
feature {
name: "generate_dsym_file"
flag_set {
Expand Down

0 comments on commit a4d7ae1

Please sign in to comment.