aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r--frontend/compilerSwitches.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index 09ac960..4fcf7c5 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -15,5 +15,5 @@ SwitchGenerics on off :== off
USE_DummyModuleName yes no :== yes
-switch_dynamics on off :== off; // to turn dynamics on or off
+switch_dynamics on off :== on; // to turn dynamics on or off
// ...MV