From 91d796da81aade1669abb90b72d4013e5480fb2d Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 19 Jun 2017 10:37:09 -0700 Subject: Make sure that semantic checks always apply to Slang files That is, even if hte user specified the `-no-checking` option (or the equivalent via API), we still want/need to apply full semantic checks to Slang code, so that cross-compilation will be possible. --- source/slang/slang.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slang/slang.vcxproj') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 4a3313b07..ba97cb03a 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -164,6 +164,7 @@ + -- cgit v1.2.3