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 /srclib | |
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 'srclib')
-rw-r--r-- | srclib/pcre/pcreposix.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/pcre/pcreposix.dsp b/srclib/pcre/pcreposix.dsp index da30c013e4..cddf6b5972 100644 --- a/srclib/pcre/pcreposix.dsp +++ b/srclib/pcre/pcreposix.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "LibR" # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PCRE_STATIC" /FD /c -# ADD CPP /nologo /MD /W3 /Zi /O2 /I "..\..\include" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PCRE_STATIC" /Fd"LibR/pcreposix_src" /FD /c +# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "..\..\include" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "PCRE_STATIC" /Fd"LibR/pcreposix_src" /FD /c # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 BSC32=bscmake.exe |