Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Jul 7, 2022
1 parent bf95638 commit 25b3ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ config("no_incompatible_pointer_warnings") {
"-mllvm", "-aggressive-ext-opt",
"/O3",
"/clang:-O3",
"/clang:-msse4.2",
"/clang:-msse4",
"-Xclang", "-O3",
]

Expand Down Expand Up @@ -2011,7 +2011,7 @@ if (is_win) {
"-mllvm", "-aggressive-ext-opt",
"/O3",
"/clang:-O3",
"/clang:-msse4.2",
"/clang:-msse4",
"-Xclang", "-O3",
]

Expand Down

0 comments on commit 25b3ca8

Please sign in to comment.