Skip to content

Commit

Permalink
Remove cl from command
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Sep 16, 2024
1 parent 6e0c6fb commit dd83f8a
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:0x00000200
link.dynamic.win.vc = /DEPENDENTLOADFLAG:0x2000

p4_OPT.vc =
mc3_OPT.vc =
Expand Down

0 comments on commit dd83f8a

Please sign in to comment.