From 2e0e640ad36b1023caeafa70018964d1b4e5cadd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 12 Aug 2002 23:05:36 +0000 Subject: [PATCH] remove Zi option from optimized build --- configure/os/CONFIG.win32-x86.win32-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index 8aba375c0..8c2f69194 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -54,7 +54,7 @@ WARN_CFLAGS_NO = /W1 # /Ox maximum optimizations # /MD use MSVCRT (run-time as DLL, multi-thread support) # /GL whole program optimization -OPT_CFLAGS_YES = /Ox /GL +OPT_CFLAGS_YES = /Ox /GL # # /Zi generate program database for debugging information @@ -116,7 +116,7 @@ WARN_CXXFLAGS_NO = /W1 # # /Ox maximum optimizations # /GL whole program optimization -OPT_CXXFLAGS_YES = /Ox /GL +OPT_CXXFLAGS_YES = /Ox /GL # # /Zi generate program database for debugging information