123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665 |
- [
- {
- "name": "AbsolutePath",
- "define": "absolute_path",
- "doc": "Print absolute file path in trace output."
- },
- {
- "name": "AdvancedTelemetry",
- "define": "advanced-telemetry",
- "doc": "Allow the SWF to be measured with Monocle tool.",
- "platforms": ["flash"]
- },
- {
- "name": "AnalyzerOptimize",
- "define": "analyzer_optimize",
- "doc": "Perform advanced optimizations."
- },
- {
- "name": "AnnotateSource",
- "define": "annotate_source",
- "doc": "Add additional comments to generated source code.",
- "platforms": ["cpp"]
- },
- {
- "name": "Asys",
- "define": "asys",
- "doc": "Defined for all platforms that support the libuv-based asys package."
- },
- "name": "CheckXmlProxy",
- "define": "check_xml_proxy",
- "doc": "Check the used fields of the XML proxy."
- },
- {
- "name": "CoreApi",
- "define": "core_api",
- "doc": "Defined in the core API context."
- },
- {
- "name": "CoreApiSerialize",
- "define": "core_api_serialize",
- "doc": "Mark some generated core API classes with the `Serializable` attribute on C#.",
- "platforms": ["cs"]
- },
- {
- "name": "Cppia",
- "define": "cppia",
- "doc": "Generate cpp instruction assembly."
- },
- {
- "name": "CsVer",
- "define": "cs_ver",
- "doc": "The C# version to target.",
- "platforms": ["cs"]
- },
- {
- "name": "NoCppiaAst",
- "define": "nocppiaast",
- "doc": "Use legacy cppia generation."
- },
- {
- "name": "Dce",
- "define": "dce",
- "doc": "Set the dead code elimination mode. (default: std)",
- "params": ["mode: std | full | no"],
- "links": ["https://haxe.org/manual/cr-dce.html"]
- },
- {
- "name": "DceDebug",
- "define": "dce_debug",
- "doc": "Show DCE log.",
- "links": ["https://haxe.org/manual/cr-dce.html"]
- },
- {
- "name": "Debug",
- "define": "debug",
- "doc": "Activated when compiling with -debug."
- },
- {
- "name": "DisableUnicodeStrings",
- "define": "disable_unicode_strings",
- "doc": "Disable Unicode support in `String` type.",
- "platforms": ["cpp"]
- },
- {
- "name": "Display",
- "define": "display",
- "doc": "Activated during completion.",
- "links": ["https://haxe.org/manual/cr-completion.html"]
- },
- {
- "name": "DisplayStdin",
- "define": "display_stdin",
- "doc": "Read the contents of a file specified in `--display` from standard input."
- },
- {
- "name": "DllExport",
- "define": "dll_export",
- "doc": "GenCPP experimental linking.",
- "platforms": ["cpp"]
- },
- {
- "name": "DllImport",
- "define": "dll_import",
- "doc": "Handle Haxe-generated .NET DLL imports.",
- "platforms": ["cs"]
- },
- {
- "name": "DocGen",
- "define": "doc_gen",
- "doc": "Do not perform any removal/change in order to correctly generate documentation."
- },
- {
- "name": "Dump",
- "define": "dump",
- "doc": "Dump typed AST in dump subdirectory using specified mode or non-prettified default.",
- "params": ["mode: pretty | record | position | legacy"]
- },
- {
- "name": "DumpPath",
- "define": "dump_path",
- "doc": "Path to generate dumps to (default: \"dump\")."
- },
- {
- "name": "DumpDependencies",
- "define": "dump_dependencies",
- "doc": "Dump the classes dependencies in a dump subdirectory."
- },
- {
- "name": "DumpIgnoreVarIds",
- "define": "dump_ignore_var_ids",
- "doc": "Remove variable IDs from non-pretty dumps (helps with diff)."
- },
- {
- "name": "DynamicInterfaceClosures",
- "define": "dynamic_interface_closures",
- "doc": "Use slow path for interface closures to save space.",
- "platforms": ["cpp"]
- },
- {
- "name": "EraseGenerics",
- "define": "erase_generics",
- "doc": "Erase generic classes on C#.",
- "platforms": ["cs"]
- },
- {
- "name": "EvalCallStackDepth",
- "define": "eval_call_stack_depth",
- "doc": "Set maximum call stack depth for eval. (default: 1000)",
- "platforms": ["eval"],
- "params": ["depth"]
- },
- {
- "name": "EvalDebugger",
- "define": "eval_debugger",
- "doc": "Support debugger in macro/interp mode. Allows `host:port` value to open a socket. Implies eval_stack.",
- "platforms": ["eval"]
- },
- {
- "name": "EvalStack",
- "define": "eval_stack",
- "doc": "Record stack information in macro/interp mode.",
- "platforms": ["eval"]
- },
- {
- "name": "EvalTimes",
- "define": "eval_times",
- "doc": "Record per-method execution times in macro/interp mode. Implies eval_stack.",
- "platforms": ["eval"]
- },
- {
- "name": "FilterTimes",
- "define": "filter_times",
- "doc": "Record per-filter execution times upon --times."
- },
- {
- "name": "FastCast",
- "define": "fast_cast",
- "doc": "Enables an experimental casts cleanup on C# and Java.",
- "platforms": ["cs", "java"]
- },
- {
- "name": "Fdb",
- "define": "fdb",
- "doc": "Enable full flash debug infos for FDB interactive debugging.",
- "platforms": ["flash"]
- },
- {
- "name": "FileExtension",
- "define": "file_extension",
- "doc": "Output filename extension for cpp source code.",
- "platforms": ["cpp"]
- },
- {
- "name": "FlashStrict",
- "define": "flash_strict",
- "doc": "More strict typing for flash target.",
- "platforms": ["flash"]
- },
- {
- "name": "FlashUseStage",
- "define": "flash_use_stage",
- "doc": "Keep the SWF library initial stage.",
- "platforms": ["flash"]
- },
- {
- "devcomment": "force_lib_check is only here as a debug facility - compiler checking allows errors to be found more easily",
- "name": "ForceLibCheck",
- "define": "force_lib_check",
- "doc": "Force the compiler to check `--net-lib` and `–-java-lib` added classes (internal).",
- "platforms": ["cs", "java"]
- },
- {
- "name": "ForceNativeProperty",
- "define": "force_native_property",
- "doc": "Tag all properties with `:nativeProperty` metadata for 3.1 compatibility.",
- "platforms": ["cpp"]
- },
- {
- "name": "GencommonDebug",
- "define": "gencommon_debug",
- "doc": "GenCommon internal.",
- "platforms": ["cs", "java"]
- },
- {
- "name": "Haxe3Compat",
- "define": "haxe3compat",
- "doc": "Gives warnings about transition from Haxe 3.x to Haxe 4.0."
- },
- {
- "name": "HaxeBoot",
- "define": "haxe_boot",
- "doc": "Give the name 'haxe' to the flash boot class instead of a generated name.",
- "platforms": ["flash"]
- },
- {
- "name": "HaxeVer",
- "define": "haxe_ver",
- "doc": "The current Haxe version value as decimal number. E.g. 3.407 for 3.4.7."
- },
- {
- "name": "Haxe",
- "define": "haxe",
- "doc": "The current Haxe version value in SemVer format."
- },
- {
- "name": "HxcppApiLevel",
- "define": "hxcpp_api_level",
- "doc": "Provided to allow compatibility between hxcpp versions.",
- "platforms": ["cpp"]
- },
- {
- "name": "HxcppGcGenerational",
- "define": "HXCPP_GC_GENERATIONAL",
- "doc": "Experimental Garbage Collector.",
- "platforms": ["cpp"]
- },
- {
- "name": "HxcppDebugger",
- "define": "HXCPP_DEBUGGER",
- "doc": "Include additional information for hxcpp_debugger.",
- "platforms": ["cpp"]
- },
- {
- "name": "HxcppSmartStings",
- "define": "hxcpp_smart_strings",
- "doc": "Use wide strings in hxcpp. (Turned on by default unless `-D disable_unicode_strings` is specified.)",
- "platforms": ["cpp"]
- },
- {
- "name": "IncludePrefix",
- "define": "include_prefix",
- "doc": "Prepend path to generated include files.",
- "platforms": ["cpp"]
- },
- {
- "name": "Interp",
- "define": "interp",
- "doc": "The code is compiled to be run with `--interp`."
- },
- {
- "name": "JavaVer",
- "define": "java_ver",
- "doc": "Sets the Java version to be targeted.",
- "platforms": ["java"],
- "params": ["version: 5-7"]
- },
- {
- "name": "JsClassic",
- "define": "js_classic",
- "doc": "Don't use a function wrapper and strict mode in JS output.",
- "platforms": ["js"]
- },
- {
- "name": "JsEs",
- "define": "js_es",
- "doc": "Generate JS compliant with given ES standard version. (default: 5)",
- "platforms": ["js"],
- "params": ["version number"],
- "links": ["https://haxe.org/manual/target-javascript-es6.html"]
- },
- {
- "name": "JsEnumsAsArrays",
- "define": "js_enums_as_arrays",
- "doc": "Generate enum representation as array instead of as object.",
- "platforms": ["js"]
- },
- {
- "name": "JsUnflatten",
- "define": "js_unflatten",
- "doc": "Generate nested objects for packages and types.",
- "platforms": ["js"]
- },
- {
- "name": "JsSourceMap",
- "define": "js_source_map",
- "doc": "Generate JavaScript source map even in non-debug mode. Deprecated in favor of `-D source_map`.",
- "platforms": ["js"]
- },
- {
- "name": "SourceMap",
- "define": "source_map",
- "doc": "Generate source map for compiled files.",
- "platforms": ["php", "js"]
- },
- {
- "name": "Jvm",
- "define": "jvm",
- "doc": "Generate jvm directly.",
- "platforms": ["java"]
- },
- {
- "name": "KeepOldOutput",
- "define": "keep_old_output",
- "doc": "Keep old source files in the output directory.",
- "platforms": ["cs", "java"]
- },
- {
- "name": "LoopUnrollMaxCost",
- "define": "loop_unroll_max_cost",
- "doc": "Maximum cost (number of expressions * iterations) before loop unrolling is canceled. (default: 250)",
- "params": ["cost"]
- },
- {
- "name": "LuaJit",
- "define": "lua_jit",
- "doc": "Enable the jit compiler for lua (version 5.2 only).",
- "platforms": ["lua"]
- },
- {
- "name": "LuaVanilla",
- "define": "lua_vanilla",
- "doc": "Generate code lacking compiled extern lib support (e.g. utf8).",
- "platforms": ["lua"]
- },
- {
- "name": "LuaVer",
- "define": "lua_ver",
- "doc": "The lua version to target.",
- "platforms": ["lua"],
- "params": ["version"]
- },
- {
- "name": "Macro",
- "define": "macro",
- "doc": "Defined when code is compiled in the macro context.",
- "links": ["https://haxe.org/manual/macro.html"]
- },
- {
- "name": "MacroTimes",
- "define": "macro_times",
- "doc": "Display per-macro timing when used with `--times`."
- },
- {
- "name": "NetVer",
- "define": "net_ver",
- "doc": "Sets the .NET version to be targeted.",
- "platforms": ["cs"],
- "params": ["version: 20-45"]
- },
- {
- "name": "NetcoreVer",
- "define": "netcore_ver",
- "doc": "Sets the .NET core version to be targeted",
- "platforms": ["cs"],
- "params": ["version: x.x.x"]
- },
- {
- "name": "NetTarget",
- "define": "net_target",
- "doc": "Sets the .NET target. `netcore` (.NET core), `xbox`, `micro` (Micro Framework), `compact` (Compact Framework) are some valid values. (default: `net`)",
- "platforms": ["cs"],
- "params": ["name"]
- },
- {
- "name": "NekoSource",
- "define": "neko_source",
- "doc": "Output neko source instead of bytecode.",
- "platforms": ["neko"]
- },
- {
- "name": "NekoV1",
- "define": "neko_v1",
- "doc": "Keep Neko 1.x compatibility.",
- "platforms": ["neko"]
- },
- {
- "name": "NetworkSandbox",
- "define": "network-sandbox",
- "doc": "Use local network sandbox instead of local file access one.",
- "platforms": ["flash"]
- },
- {
- "name": "NoCompilation",
- "define": "no-compilation",
- "doc": "Disable final compilation.",
- "platforms": ["cs", "java", "cpp", "hl"]
- },
- {
- "name": "NoCOpt",
- "define": "no_copt",
- "doc": "Disable completion optimization (for debug purposes)."
- },
- {
- "name": "NoDebug",
- "define": "no_debug",
- "doc": "Remove all debug macros from cpp output."
- },
- {
- "name": "NoDeprecationWarnings",
- "define": "no-deprecation-warnings",
- "doc": "Do not warn if fields annotated with `@:deprecated` are used."
- },
- {
- "name": "NoFlashOverride",
- "define": "no-flash-override",
- "doc": "Change overrides on some basic classes into HX suffixed methods",
- "platforms": ["flash"]
- },
- {
- "name": "NoOpt",
- "define": "no_opt",
- "doc": "Disable optimizations."
- },
- {
- "name": "NoInline",
- "define": "no_inline",
- "doc": "Disable inlining.",
- "links": ["https://haxe.org/manual/class-field-inline.html"]
- },
- {
- "name": "KeepInlinePositions",
- "define": "keep_inline_positions",
- "doc": "Don't substitute positions of inlined expressions with the position of the place of inlining.",
- "links": ["https://haxe.org/manual/class-field-inline.html"]
- },
- {
- "name": "NoRoot",
- "define": "no_root",
- "doc": "Generate top-level types into the `haxe.root` namespace.",
- "platforms": ["cs"]
- },
- {
- "name": "NoMacroCache",
- "define": "no_macro_cache",
- "doc": "Disable macro context caching."
- },
- {
- "name": "NoSwfCompress",
- "define": "no_swf_compress",
- "doc": "Disable SWF output compression.",
- "platforms": ["flash"]
- },
- {
- "name": "NoTraces",
- "define": "no_traces",
- "doc": "Disable all trace calls."
- },
- {
- "name": "Objc",
- "define": "objc",
- "doc": "Sets the hxcpp output to Objective-C++ classes. Must be defined for interop.",
- "platforms": ["cpp"]
- },
- {
- "name": "OldConstructorInline",
- "define": "old-constructor-inline",
- "doc": "Use old constructor inlining logic (from Haxe 3.4.2) instead of the reworked version."
- },
- {
- "name": "OldErrorFormat",
- "define": "old-error-format",
- "doc": "Use Haxe 3.x zero-based column error messages instead of new one-based format."
- },
- {
- "name": "PhpPrefix",
- "define": "php_prefix",
- "doc": "Root namespace for generated php classes. E.g. if compiled with`-D php-prefix=some.sub`, then all classes will be generated in `\\some\\sub` namespace.",
- "platforms": ["php"],
- "params": ["dot-separated namespace"]
- },
- {
- "name": "PhpLib",
- "define": "php_lib",
- "doc": "Select the name for the php lib folder.",
- "platforms": ["php"],
- "params": ["folder name"]
- },
- {
- "name": "PhpFront",
- "define": "php_front",
- "doc": "Select the name for the php front file. (default: `index.php`)",
- "platforms": ["php"],
- "params": ["filename"]
- },
- {
- "name": "PythonVersion",
- "define": "python_version",
- "doc": "The python version to target. (default: 3.3)",
- "platforms": ["python"],
- "params": ["version"]
- },
- {
- "name": "RealPosition",
- "define": "real_position",
- "doc": "Disables Haxe source mapping when targetting C#, removes position comments in Java and Php output.",
- "platforms": ["cs", "java", "php"]
- },
- {
- "name": "ReplaceFiles",
- "define": "replace_files",
- "doc": "GenCommon internal.",
- "platforms": ["cs", "java"]
- },
- {
- "name": "Scriptable",
- "define": "scriptable",
- "doc": "GenCPP internal.",
- "platforms": ["cpp"]
- },
- {
- "name": "ShallowExpose",
- "define": "shallow-expose",
- "doc": "Expose types to surrounding scope of Haxe generated closure without writing to window object.",
- "platforms": ["js"]
- },
- {
- "name": "SourceHeader",
- "define": "source-header",
- "doc": "Print value as comment on top of generated files, use '' value to disable."
- },
- {
- "name": "SourceMapContent",
- "define": "source-map-content",
- "doc": "Include the Haxe sources as part of the JS source map.",
- "platforms": ["js"]
- },
- {
- "name": "Static",
- "define": "static",
- "doc": "Defined if the current target is static."
- },
- {
- "name": "StdEncodingUtf8",
- "define": "std-encoding-utf8",
- "doc": "Force utf8 encoding for stdin, stdout and stderr",
- "platforms": ["java", "cs", "python"]
- },
- {
- "name": "Swc",
- "define": "swc",
- "doc": "Output a SWC instead of a SWF.",
- "platforms": ["flash"]
- },
- {
- "name": "SwfCompressLevel",
- "define": "swf_compress_level",
- "doc": "Set the amount of compression for the SWF output.",
- "platforms": ["flash"],
- "params": ["level: 1-9"]
- },
- {
- "name": "SwfDebugPassword",
- "define": "swf_debug_password",
- "doc": "Set a password for debugging.",
- "platforms": ["flash"],
- "params": ["password"]
- },
- {
- "name": "SwfDirectBlit",
- "define": "swf_direct_blit",
- "doc": "Use hardware acceleration to blit graphics.",
- "platforms": ["flash"]
- },
- {
- "name": "SwfGpu",
- "define": "swf_gpu",
- "doc": "Use GPU compositing features when drawing graphics.",
- "platforms": ["flash"]
- },
- {
- "name": "SwfMetadata",
- "define": "swf_metadata",
- "doc": "Include contents of the given file as metadata in the SWF.",
- "platforms": ["flash"],
- "params": ["file"]
- },
- {
- "name": "SwfPreloaderFrame",
- "define": "swf_preloader_frame",
- "doc": "Insert empty first frame in SWF.",
- "platforms": ["flash"]
- },
- {
- "name": "SwfProtected",
- "define": "swf_protected",
- "doc": "Compile Haxe `private` as `protected` in the SWF instead of `public`.",
- "platforms": ["flash"]
- },
- {
- "name": "SwfScriptTimeout",
- "define": "swf_script_timeout",
- "doc": "Maximum ActionScript processing time before script stuck dialog box displays.",
- "platforms": ["flash"],
- "params": ["time in seconds"]
- },
- {
- "name": "SwfUseDoAbc",
- "define": "swf_use_doabc",
- "doc": "Use `DoAbc` SWF-tag instead of `DoAbcDefine`.",
- "platforms": ["flash"]
- },
- {
- "name": "Sys",
- "define": "sys",
- "doc": "Defined for all system platforms."
- },
- {
- "name": "Unsafe",
- "define": "unsafe",
- "doc": "Allow unsafe code when targeting C#.",
- "platforms": ["cs"]
- },
- {
- "name": "UseNekoc",
- "define": "use_nekoc",
- "doc": "Use `nekoc` compiler instead of the internal one.",
- "platforms": ["neko"]
- },
- {
- "name": "Utf16",
- "define": "utf16",
- "doc": "Defined for all platforms that use UTF-16 string encoding with UCS-2 API."
- },
- {
- "name": "Vcproj",
- "define": "vcproj",
- "doc": "GenCPP internal.",
- "platforms": ["cpp"]
- },
- {
- "name": "WarnVarShadowing",
- "define": "warn_var_shadowing",
- "doc": "Warn about shadowing variable declarations."
- }
- ]
|