diff options
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 2 |
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 |