summaryrefslogtreecommitdiff
path: root/config/WIN32.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/WIN32.mk')
-rw-r--r--config/WIN32.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/WIN32.mk b/config/WIN32.mk
index 375c80c3..8c4fc172 100644
--- a/config/WIN32.mk
+++ b/config/WIN32.mk
@@ -53,14 +53,7 @@ OS_CFLAGS = -W3 -nologo -GF -Gy
ifdef BUILD_OPT
OS_CFLAGS += -MD
-# The -O2 optimization of MSVC 6.0 SP3 appears to generate
-# code that is unsafe for our use of fibers and static thread
-# local storage. We temporarily work around this problem by
-# turning off global optimizations (-Og).
OPTIMIZER = -O2
-ifeq ($(OS_TARGET),WINNT)
-OPTIMIZER += -Og-
-endif
DEFINES = -UDEBUG -U_DEBUG -DNDEBUG
DLLFLAGS = -OUT:"$@"
OBJDIR_TAG = _OPT