blob: f0683a272a7d8d5b7e7534858782a2827e6d6bb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
definition module compilerSwitches
SwitchGenerics on off :== on
PA_BUG on off :== off
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
|