From 68bf31e586b9d1805c19dd42492086c7c780c2a4 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:04:33 -0700 Subject: Add an option to disable source map in obfuscation (#4260) Add option "-disable-source-map" to disable the source map in obfuscation. --- slang.h | 1 + 1 file changed, 1 insertion(+) (limited to 'slang.h') diff --git a/slang.h b/slang.h index a758df2be..a5a0a3cff 100644 --- a/slang.h +++ b/slang.h @@ -864,6 +864,7 @@ extern "C" DisableShortCircuit, // bool MinimumSlangOptimization, // bool DisableNonEssentialValidations, // bool + DisableSourceMap, // bool // Target -- cgit v1.2.3