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 /support/ab.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 'support/ab.dsp')
-rw-r--r-- | support/ab.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.dsp b/support/ab.dsp index fe15e99336..2d613119f5 100644 --- a/support/ab.dsp +++ b/support/ab.dsp @@ -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 "_MBCS" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /FD /c -# ADD CPP /nologo /MD /W3 /Zi /O2 /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Release/ab_src" /FD /c +# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Release/ab_src" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe |