|
@@ -460,7 +460,7 @@ module Define = struct
|
|
| CoreApi
|
|
| CoreApi
|
|
| CoreApiSerialize
|
|
| CoreApiSerialize
|
|
| Cppia
|
|
| Cppia
|
|
- | CppiaAst
|
|
|
|
|
|
+ | NoCppiaAst
|
|
| Dce
|
|
| Dce
|
|
| DceDebug
|
|
| DceDebug
|
|
| Debug
|
|
| Debug
|
|
@@ -566,7 +566,7 @@ module Define = struct
|
|
| CoreApi -> "core_api",("Defined in the core api context",[])
|
|
| 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#",[Platform Cs])
|
|
| CoreApiSerialize -> "core_api_serialize",("Mark some generated core api classes with the Serializable attribute on C#",[Platform Cs])
|
|
| Cppia -> "cppia",("Generate cpp instruction assembly",[])
|
|
| Cppia -> "cppia",("Generate cpp instruction assembly",[])
|
|
- | CppiaAst -> "cppiaast",("Experimental cppia generation based on cpp ast",[])
|
|
|
|
|
|
+ | NoCppiaAst -> "nocppiaast",("Use legacy cppia generation",[])
|
|
| Dce -> "dce",("<mode:std|full|no> Set the dead code elimination mode (default std)",[])
|
|
| Dce -> "dce",("<mode:std|full|no> Set the dead code elimination mode (default std)",[])
|
|
| DceDebug -> "dce_debug",("Show DCE log",[])
|
|
| DceDebug -> "dce_debug",("Show DCE log",[])
|
|
| Debug -> "debug",("Activated when compiling with -debug",[])
|
|
| Debug -> "debug",("Activated when compiling with -debug",[])
|