Add /fixed option to linker with fips builds.
This commit is contained in:
parent
d98360392a
commit
e4588dc486
@ -162,6 +162,8 @@ $app_cflag.=" /Zi /Fd\$(TMP_D)/app";
|
|||||||
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
|
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
|
||||||
$lflags.=" /debug";
|
$lflags.=" /debug";
|
||||||
|
|
||||||
|
$lflags.=" /fixed" if $fips;
|
||||||
|
|
||||||
$obj='.obj';
|
$obj='.obj';
|
||||||
$asm_suffix='.asm';
|
$asm_suffix='.asm';
|
||||||
$ofile="/Fo";
|
$ofile="/Fo";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user