Commit e4588dc4 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add /fixed option to linker with fips builds.

parent d9836039
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";