aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.dcl
diff options
context:
space:
mode:
authormartijnv2001-12-18 08:32:26 +0000
committermartijnv2001-12-18 08:32:26 +0000
commit1738aef3c8c4af6f0af599365def8b818e1e208d (patch)
tree33f780cceec941b34da77d405ed5cf85711e66f5 /frontend/compilerSwitches.dcl
parentimplement pattern matching of strict, unboxed and overloaded lists (diff)
no message
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@944 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r--frontend/compilerSwitches.dcl2
1 files changed, 1 insertions, 1 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