diff options
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r-- | frontend/compilerSwitches.dcl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl new file mode 100644 index 0000000..7a76037 --- /dev/null +++ b/frontend/compilerSwitches.dcl @@ -0,0 +1,12 @@ +definition module compilerSwitches + +SupportGenerics :== False + +PA_BUG on off :== on + +switch_import_syntax one_point_three two_point_zero :== one_point_three + /* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */ + +SwitchFusion fuse dont_fuse :== dont_fuse + +SwitchPreprocessor preprocessor no_preprocessor :== preprocessor |