|
@@ -166,7 +166,6 @@ module Define = struct
|
|
|
| CheckXmlProxy
|
|
|
| CoreApi
|
|
|
| CoreApiSerialize
|
|
|
- | CppAst
|
|
|
| Cppia
|
|
|
| Dce
|
|
|
| DceDebug
|
|
@@ -210,7 +209,6 @@ module Define = struct
|
|
|
| NoAnalyzer
|
|
|
| NoCompilation
|
|
|
| NoCOpt
|
|
|
- | NoCppAst
|
|
|
| NoDeprecationWarnings
|
|
|
| NoFlashOverride
|
|
|
| NoDebug
|
|
@@ -255,7 +253,6 @@ module Define = struct
|
|
|
| CheckXmlProxy -> ("check_xml_proxy","Check the used fields of the xml proxy")
|
|
|
| CoreApi -> ("core_api","Defined in the core api context")
|
|
|
| CoreApiSerialize -> ("core_api_serialize","Mark some generated core api classes with the Serializable attribute on C#")
|
|
|
- | CppAst -> ("cppast", "Generate experimental cpp code")
|
|
|
| Cppia -> ("cppia", "Generate cpp instruction assembly")
|
|
|
| Dce -> ("dce","<mode:std|full||no> Set the dead code elimination mode (default std)")
|
|
|
| DceDebug -> ("dce_debug","Show DCE log")
|
|
@@ -300,7 +297,6 @@ module Define = struct
|
|
|
| NoAnalyzer -> ("no-analyzer","Disable the static analyzer")
|
|
|
| NoCompilation -> ("no-compilation","Disable final compilation for Cs, Cpp and Java")
|
|
|
| NoCOpt -> ("no_copt","Disable completion optimization (for debug purposes)")
|
|
|
- | NoCppAst -> ("no_cppast", "Do not generate experimental cpp code")
|
|
|
| NoDebug -> ("no_debug","Remove all debug macros from cpp output")
|
|
|
| NoDeprecationWarnings -> ("no-deprecation-warnings","Do not warn if fields annotated with @:deprecated are used")
|
|
|
| NoFlashOverride -> ("no-flash-override", "Change overrides on some basic classes into HX suffixed methods, flash only")
|