From d54bc4c232d007b0fa3a2c0a5cf6b919feaeffcb Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 14 Mar 2020 23:09:05 +0000 Subject: [PATCH] Add MSVC_LINK_STATIC_RUNTIME to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23138ace..24f908ad 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ You can also add the following flags: Name | Function --------|-------- `-DLTO=ON` | Enable link-time optimisation +`-DMSVC_LINK_STATIC_RUNTIME=ON | Link the static MSVC runtime library `-DJAPANESE=ON` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation) `-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