ref: b199feb9445b260005b716db6bf46ab47e53fc2d
parent: dd04977f290211a9c791c400f44eae801793dda8
parent: ec97ae4805e2733d16fb755f4204bdbe5ebb74dc
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Mar 17 15:22:42 EDT 2020
Merge branch 'accurate' into portable
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@
`-DBACKEND_AUDIO=SDL2` | Use the SDL2-driven software audio-mixer
`-DBACKEND_AUDIO=miniaudio` | Use the miniaudio-driven software audio-mixer
`-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
`-DFORCE_LOCAL_LIBS=ON` | Compile the built-in versions of SDL2, FreeType, and FLTK instead of using the system-provided ones
You can pass your own compiler flags with `-DCMAKE_C_FLAGS` and `-DCMAKE_CXX_FLAGS`.
--
⑨