summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 00:58:59 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 00:58:59 +0000
commit281948b7220413e4e38a6e3bc04e236d925b24dc (patch)
treeb0523d01f70a2b981058ce8f8e1026aff5bde3b3 /srclib
parent506a96c12337f22f84f8924a5b3a97ac9c3b1c3d (diff)
downloadhttpd-281948b7220413e4e38a6e3bc04e236d925b24dc.tar.gz
After discussions at length on dev@apr/httpd, it is determined that
the older .dbg format symbols are not worth the interference with generating complete .pdb symbolic debugging databases. This patch further eliminates pdbtype:sept flags that interfere with deciphering local symbols and type information. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/pcre/dftables.dsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/pcre/dftables.dsp b/srclib/pcre/dftables.dsp
index ef0cb383b4..3c8272b212 100644
--- a/srclib/pcre/dftables.dsp
+++ b/srclib/pcre/dftables.dsp
@@ -51,7 +51,7 @@ BSC32=bscmake.exe
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /pdb:"Release\dftables.pdb" /machine:I386
# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib /nologo /subsystem:console /pdb:"Release\dftables.pdb" /machine:I386
+# ADD LINK32 kernel32.lib /nologo /subsystem:console /pdb:"Release\dftables.pdb" /machine:I386 /opt:ref
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "dftables - Win32 Debug"