From 492f56e02fe9e9902eabefaa34f5b2fc9778dd47 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:47:10 -0700 Subject: Add option -disable-short-circuit (#4054) Add option -disable-short-circuit to disable short circuit for logic operators && and ||. Also, disable the short circuit by default in the stdlib. --- slang.h | 1 + 1 file changed, 1 insertion(+) (limited to 'slang.h') diff --git a/slang.h b/slang.h index 20d75e1f7..03c5cd6f8 100644 --- a/slang.h +++ b/slang.h @@ -860,6 +860,7 @@ extern "C" SourceEmbedStyle, SourceEmbedName, SourceEmbedLanguage, + DisableShortCircuit, // bool // Target -- cgit v1.2.3