Skip to content

Commit

Permalink
sse2/sse3 compiler opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 12, 2023
1 parent caf8311 commit 3f2a45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build/config/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ config("compiler") {
"-fansi-escape-codes",
]
}
} else {
cflags += [ "/ARCH:SSE2" ]
}

if (is_syzyasan) {
Expand Down

0 comments on commit 3f2a45d

Please sign in to comment.