Skip to content

Commit

Permalink
Fix gtest build error when OS=msvc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilwang committed May 6, 2014
1 parent 0c24686 commit 1e607d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/platform-msvc-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CC=cl
CXX=cl
AR=lib
CXX_O=-Fo$@
CFLAGS += -nologo -W3 -EHsc -fp:precise -Zc:wchar_t -Zc:forScope -DGTEST_HAS_TR1_TUPLE=0
CFLAGS += -nologo -W3 -EHsc -fp:precise -Zc:wchar_t -Zc:forScope -DGTEST_HAS_TR1_TUPLE=1 -DGTEST_USE_OWN_TR1_TUPLE=1
CXX_LINK_O=-nologo -Fe$@
AR_OPTS=-nologo -out:$@
CFLAGS_OPT=-O2 -Ob1 -Oy- -Zi -GF -Gm- -GS -Gy -DNDEBUG
Expand Down

0 comments on commit 1e607d7

Please sign in to comment.