diff options
| author | dimdim11 <[email protected]> | 2025-09-03 22:11:30 +0300 |
|---|---|---|
| committer | dimdim11 <[email protected]> | 2025-09-03 23:06:25 +0300 |
| commit | 3076c8c998c690e0a119949fc47fa855aefcefc0 (patch) | |
| tree | b36759dc54d031ca3be8e1cb3e82f2ea8d0ca4b8 | |
| parent | defa8fc5013840dc96b59619022086be935a5534 (diff) | |
Enable per module glob var feature flag
Enable per module glob var feature flag
commit_hash:259fb0d5697f8121d2bb21c9a355381a7f7ab021
| -rw-r--r-- | build/conf/settings.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index 2df537b58af..d911815049c 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -14,7 +14,7 @@ MAIN_OUTPUT_AS_EXTRA=yes FILL_MODULE2NODES=yes CHECK_KVP=yes -PERMODULE_GLOB_VAR=no +PERMODULE_GLOB_VAR=yes SAVELOAD_GLOB_STAT=no UPDATE_GLOB_STAT=no SAVE_GLOB_RESTRICTIONS=no |
