diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-05-15 21:11:57 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-05-15 21:11:57 +0200 |
commit | 20d06d7a06099d6108d50c872eadf0c72b64573d (patch) | |
tree | c9a828ff5b17977c443db08f6636e4b0ab7d5da5 /libhttpd.dsp | |
parent | Update Japanese translations. (diff) | |
download | apache2-20d06d7a06099d6108d50c872eadf0c72b64573d.tar.xz apache2-20d06d7a06099d6108d50c872eadf0c72b64573d.zip |
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
This makes binaries far easier to debug, during operation and for post-crash
.dmp analysis. Do not alter /Gs optimizations per brane.
Reviewed by: stoddard, brane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index f3d64fe3e1..796dc80b4b 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c -# ADD CPP /nologo /MD /W3 /Zi /O2 /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PCRE_STATIC" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd_cl" /FD /c +# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /I "./srclib/pcre" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PCRE_STATIC" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd_cl" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" |