mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
Improve link options for nt_x86_cap
Copied from Perforce Change: 20856 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
24432f6ba6
commit
635e8124d6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ sub settings_nt {
|
|||
sub settings_nt_cap {
|
||||
$cc_opts = "$cc_opts /Gh";
|
||||
$cc_link = "$cc_link CAP.lib";
|
||||
$cc_link_opts = "/link /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBC /NODEFAULTLIB:MSVCRTD /DEFAULTLIB:MSVCRT /debugtype:coff /debug:mapped,partial";
|
||||
$cc_link_opts = "/link /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBC /NODEFAULTLIB:MSVCRTD /DEFAULTLIB:MSVCRT /debug:full /debugtype:both /pdb:none";
|
||||
}
|
||||
|
||||
sub settings_nt_coff {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue