SCons: Enable `/WX` on LINKFLAGS for MSVC with `werror=yes`
This commit is contained in:
parent
0511f9d9a7
commit
30bdb23f03
|
@ -752,6 +752,7 @@ if selected_platform in platform_list:
|
||||||
|
|
||||||
if env["werror"]:
|
if env["werror"]:
|
||||||
env.Append(CCFLAGS=["/WX"])
|
env.Append(CCFLAGS=["/WX"])
|
||||||
|
env.Append(LINKFLAGS=["/WX"])
|
||||||
else: # GCC, Clang
|
else: # GCC, Clang
|
||||||
common_warnings = []
|
common_warnings = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue