aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r--frontend/compilerSwitches.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl
index 0223018..7205465 100644
--- a/frontend/compilerSwitches.dcl
+++ b/frontend/compilerSwitches.dcl
@@ -7,7 +7,7 @@ switch_import_syntax one_point_three two_point_zero :== two_point_zero
SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
-SwitchGenerics on off :== off
+SwitchGenerics on off :== on
SwitchGenericInfo on off :== on
// MV...
@@ -16,5 +16,5 @@ SwitchGenericInfo on off :== on
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