Skip to content

Commit

Permalink
win32: GZ is deprecated, use RTC1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho authored and ksmurchison committed Jun 24, 2016
1 parent 1b85b07 commit 0b8dcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/common.mak
Expand Up @@ -208,7 +208,7 @@ CODEGEN=/MDd
!ENDIF
!ENDIF

CPP_PROJ=$(CODEGEN) /W3 /Gm $(EXCEPTHANDLING) /ZI /Od /D "_DEBUG" /D _CRT_SECURE_NO_DEPRECATE=1 $(CPPFLAGS) /FD /GZ /c
CPP_PROJ=$(CODEGEN) /W3 /Gm $(EXCEPTHANDLING) /ZI /Od /D "_DEBUG" /D _CRT_SECURE_NO_DEPRECATE=1 $(CPPFLAGS) /FD /RTC1 /c

incremental=yes

Expand Down

0 comments on commit 0b8dcb9

Please sign in to comment.