summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 7ea056f839..7d4c8975e7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -752,6 +752,7 @@ if selected_platform in platform_list:
if env["werror"]:
env.Append(CCFLAGS=["/WX"])
+ env.Append(LINKFLAGS=["/WX"])
else: # GCC, Clang
common_warnings = []