summaryrefslogtreecommitdiff
path: root/compiler/Config.ml
diff options
context:
space:
mode:
authorSon HO2024-04-04 10:29:36 +0200
committerGitHub2024-04-04 10:29:36 +0200
commit88cb18c614819f4abba1e0dfdb80c455d334d595 (patch)
tree4a5790e8634b63619304e87377c4d6199fa149b0 /compiler/Config.ml
parentebf2ba2fda2a5f8e0a63f4cb6761291c9b501fab (diff)
parente9bbac75812ef556585f14b72239133619cf1748 (diff)
Merge pull request #108 from AeneasVerif/son/ext-names
Update the initial configuration
Diffstat (limited to 'compiler/Config.ml')
-rw-r--r--compiler/Config.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Config.ml b/compiler/Config.ml
index 099cdc8b..0b26e2ef 100644
--- a/compiler/Config.ml
+++ b/compiler/Config.ml
@@ -368,4 +368,4 @@ let backend_has_tuple_projectors () =
let use_nested_tuple_projectors = ref false
(** Generate name patterns for the external definitions we encounter *)
-let extract_external_name_patterns = ref false
+let extract_external_name_patterns = ref true