Skip to content

Commit 2c6b13c

Browse files
Defines docs: include cpp17 definition (#1198)
1 parent 0e322ef commit 2c6b13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build_xml/Defines.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Defines affecting how the code is compiled. These can be on the command line wh
3838
| *HXCPP_PROFILER* | Add profiler support |
3939
| *HXCPP_TELEMETRY* | Add telemetry support |
4040
| *HXCPP_CPP11* | Use c++11 features and link libraries |
41+
| *HXCPP_CPP17* | Use c++17 features and link libraries |
4142
| *exe_link* | Generate executable file (rather than dynamic library on android) |
4243
| *static_link* | Generate static library |
4344
| *dll_link* | Generate dynamic library |

0 commit comments

Comments
 (0)