8151619: genSocketOptionRegistry.exe always relinked on Windows

Reviewed-by: tbell
This commit is contained in:
Erik Joelsson 2016-03-14 12:03:31 +01:00
parent 8bf8993801
commit 1dd9cf1dda

View File

@ -91,7 +91,7 @@ else ifeq ($(OPENJDK_TARGET_OS), windows)
ifeq ($(OPENJDK_TARGET_CPU), x86_64)
SA_CXXFLAGS += -DWIN64
else
SA_CXXFLAGS += -RTC1 -ZI
SA_CXXFLAGS += -RTC1
SA_LDFLAGS += -SAFESEH
endif
endif