At 06:43 PM 3/10/2003, Branko Čibej wrote: >[EMAIL PROTECTED] wrote: > >>wrowe 2003/03/10 16:13:29 >> >> Modified: build modules.mk.win >> Log: >> We no longer want or need /debugtype:both and we've discovered that >> /pdbtype:sept is harmful (it assures that we don't get locals and other >> type information in the final .pdb symbols database.) However, /opt:ref >> would be helpful for release builds since it optimized away unused >> packaged functions. >> > >Cool! Just what I wanted. The Subversion distro (without .pdb files) is >again around 4 megs. > >However, I noticed that the "install" target copies both *.pdb and >*_src.pdb. Wasn't another patch of yours supposed to address this?
You will probably have to wipe out the apr-iconv/Lib[D|R]/iconv and apr-iconv/[Release|Debug]/iconv trees to rid yourself of the 'old' _src.pdb files ... make clean of the modules.mk.win will also do this. Bill
