Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Aug 10, 2022
1 parent 3c39a73 commit 441c142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ config("compiler") {
if (current_cpu == "x86" || current_cpu == "x64") {
cflags += [
"/O3",
"-msse3",
"/clang:-msse3",
"-msse4",
"/clang:-msse4",
"/clang:-O3",
"-Xclang", "-O3",
"-Wno-unused-command-line-argument",
Expand Down

0 comments on commit 441c142

Please sign in to comment.