summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 0ec843e9889e..4c3b4e21e737 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -185,7 +185,8 @@ gb_STDLIBS := \
gb_CFLAGS_WERROR = $(if $(ENABLE_WERROR),-WX)
-# there does not seem to be a way to force C++03 with MSVC
+# there does not seem to be a way to force C++03 with MSVC, nor with clang-cl against MSVC system
+# headers
gb_CXX03FLAGS :=
gb_LinkTarget_EXCEPTIONFLAGS := \