Skip to content
  • aroben@apple.com's avatar
    Stop generating stripped symbols for Release builds · c7f81098
    aroben@apple.com authored
    It turns out we can strip the symbols after-the-fact using PDBCopy.
    
    Fixes <http://webkit.org/b/42085>.
    
    Reviewed by Steve Falkenburg.
    
    JavaScriptCore:
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops:
    Removed the pre-link event, which just created the public\sym
    directory.
    
    WebKit2:
    
    * win/WebKit2.vcproj: Removed the no-longer-needed Release override of
    the StripPrivateSymbols attribute. (This attribute is no longer set in
    release.vsprops, so doesn't need to be overridden.)
    
    WebKitLibraries:
    
    * win/tools/vsprops/release.vsprops: Removed the StripPrivateSymbols
    attribute, which caused link.exe to generate a stripped PDB file for
    each project.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63103 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c7f81098