ref: e65365f609d6b86b8a4267eac9eed755683cb000
parent: 72be99306fdc7ac692a9170fe760043e488cf7a5
author: Tuomas Virtanen <katajakasa@gmail.com>
date: Tue Sep 26 16:01:01 EDT 2017
Add documentation for the USE_SSE cmake flag
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -27,6 +27,7 @@
* `BUILD_SHARED_LIBS` selects whether cmake should build a dynamic (`ON`) or static (`OFF`) library. Default is `OFF`.
* `BUILD_ALLEGRO4` enables (`ON`) or disables (`OFF`) the optional Allegro 4 support. This requires Allegro 4 installed on the system. Default is `ON`.
* `BUILD_EXAMPLES` selects example binaries. These example binaries require argtable2 and SDL2 libraries. Default is `ON`.
+* `USE_SSE` enables or disables SSE support. Default is `ON`.
* You may also need to tell cmake what kind of makefiles to create with the "-G" flag. Eg. for MSYS one would say something like `cmake -G "MSYS Makefiles" .`.
## 2. Visual Studio