We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e322ef commit 2c6b13cCopy full SHA for 2c6b13c
docs/build_xml/Defines.md
@@ -38,6 +38,7 @@ Defines affecting how the code is compiled. These can be on the command line wh
38
| *HXCPP_PROFILER* | Add profiler support |
39
| *HXCPP_TELEMETRY* | Add telemetry support |
40
| *HXCPP_CPP11* | Use c++11 features and link libraries |
41
+| *HXCPP_CPP17* | Use c++17 features and link libraries |
42
| *exe_link* | Generate executable file (rather than dynamic library on android) |
43
| *static_link* | Generate static library |
44
| *dll_link* | Generate dynamic library |
0 commit comments