Loading util/pl/VC-32.pl +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ if ($FLAVOR =~ /WIN64/) # considered safe to ignore. # $base_cflags= " $mf_cflag"; my $f = $shlib?' /MD':' /MT'; my $f = $shlib || $fips ?' /MD':' /MT'; $opt_cflags=$f.' /Ox'; $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; Loading Loading
util/pl/VC-32.pl +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ if ($FLAVOR =~ /WIN64/) # considered safe to ignore. # $base_cflags= " $mf_cflag"; my $f = $shlib?' /MD':' /MT'; my $f = $shlib || $fips ?' /MD':' /MT'; $opt_cflags=$f.' /Ox'; $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; Loading