|
@@ -263,8 +263,8 @@ module Define = struct
|
|
| DllExport -> ("dll_export", "GenCPP experimental linking")
|
|
| DllExport -> ("dll_export", "GenCPP experimental linking")
|
|
| DllImport -> ("dll_import", "GenCPP experimental linking")
|
|
| DllImport -> ("dll_import", "GenCPP experimental linking")
|
|
| DocGen -> ("doc_gen","Do not perform any removal/change in order to correctly generate documentation")
|
|
| DocGen -> ("doc_gen","Do not perform any removal/change in order to correctly generate documentation")
|
|
- | Dump -> ("dump","Dump the complete typed AST for internal debugging")
|
|
|
|
- | DumpDependencies -> ("dump_dependencies","Dump the classes dependencies")
|
|
|
|
|
|
+ | Dump -> ("dump","Dump the complete typed AST for internal debugging in a dump subdirectory - use dump=pretty for Haxe-like formatting")
|
|
|
|
+ | DumpDependencies -> ("dump_dependencies","Dump the classes dependencies in a dump subdirectory")
|
|
| DumpIgnoreVarIds -> ("dump_ignore_var_ids","Dump files do not contain variable IDs (helps with diff)")
|
|
| DumpIgnoreVarIds -> ("dump_ignore_var_ids","Dump files do not contain variable IDs (helps with diff)")
|
|
| EraseGenerics -> ("erase_generics","Erase generic classes on C#")
|
|
| EraseGenerics -> ("erase_generics","Erase generic classes on C#")
|
|
| Fdb -> ("fdb","Enable full flash debug infos for FDB interactive debugging")
|
|
| Fdb -> ("fdb","Enable full flash debug infos for FDB interactive debugging")
|