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 /httpd.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 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "SHARED_MODULE" /FD /c -# ADD CPP /nologo /MD /W3 /Zi /O2 /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Release\httpd" /FD /c +# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Release\httpd" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe |