Skip to content

Commit

Permalink
Change flag for build
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Sep 16, 2024
1 parent fc26c6d commit 6e0c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make/compiler_definitions/vc.mkl.32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CORE.SERV.COMPILER.vc = generic
# Disable C4661 because of false positives
COMPILER.win.vc = cl $(if $(MSVC_RT_is_release),-MD, -MDd) -nologo -EHsc -wd4661 -WX

link.dynamic.win.vc = cl /DEPENDENTLOADFLAG:0x2000
link.dynamic.win.vc = cl /DEPENDENTLOADFLAG:0x00000200

p4_OPT.vc =
mc3_OPT.vc =
Expand Down

0 comments on commit 6e0c6fb

Please sign in to comment.