Skip to content

Commit 2e4025c

Browse files
Remove unneeded flag.
1 parent 1ba92ef commit 2e4025c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ windows_copts = [
1111
"/w",
1212
"-DWIN32_LEAN_AND_MEAN",
1313
"-DNOGDI",
14-
"/d2ReducedOptimizeHugeFunctions",
1514
"/arch:AVX",
1615
"/std:c++14",
1716
"/DPLATFORM_WINDOWS",

tests/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ windows_copts = [
1717
"/w",
1818
"-DWIN32_LEAN_AND_MEAN",
1919
"-DNOGDI",
20-
"/d2ReducedOptimizeHugeFunctions",
2120
"/arch:AVX",
2221
"/std:c++14",
2322
"/DPLATFORM_WINDOWS",

0 commit comments

Comments
 (0)