Add /fixed option to linker with fips builds.

This commit is contained in:
Dr. Stephen Henson 2011-09-08 13:55:47 +00:00
parent d98360392a
commit e4588dc486

View File

@ -162,6 +162,8 @@ $app_cflag.=" /Zi /Fd\$(TMP_D)/app";
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
$lflags.=" /debug";
$lflags.=" /fixed" if $fips;
$obj='.obj';
$asm_suffix='.asm';
$ofile="/Fo";