Fix typo in readme
This commit is contained in:
parent
7fe29e6ac5
commit
ec97ae4805
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Name | Function
|
||||||
`-DFIX_BUGS=ON` | Fix various bugs in the game
|
`-DFIX_BUGS=ON` | Fix various bugs in the game
|
||||||
`-DDEBUG_SAVE=ON` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
|
`-DDEBUG_SAVE=ON` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
|
||||||
`-DLTO=ON` | Enable link-time optimisation
|
`-DLTO=ON` | Enable link-time optimisation
|
||||||
`-DMSVC_LINK_STATIC_RUNTIME=ON | Link the static MSVC runtime library
|
`-DMSVC_LINK_STATIC_RUNTIME=ON` | Link the static MSVC runtime library
|
||||||
|
|
||||||
You can pass your own compiler flags with `-DCMAKE_C_FLAGS` and `-DCMAKE_CXX_FLAGS`.
|
You can pass your own compiler flags with `-DCMAKE_C_FLAGS` and `-DCMAKE_CXX_FLAGS`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue