aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/compilerSwitches.dcl2
-rw-r--r--frontend/compilerSwitches.icl2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl
index 72a3822..1dc997f 100644
--- a/frontend/compilerSwitches.dcl
+++ b/frontend/compilerSwitches.dcl
@@ -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
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