shithub: dumb

Download patch

ref: d6dd2ace1ceecb606beaae3dbbeffa5fc9a09854
parent: 2336d814cb70b91f75e9342e3778ea1411df2f9d
parent: e65365f609d6b86b8a4267eac9eed755683cb000
author: Christopher Snowhill <kode54@gmail.com>
date: Tue Sep 26 09:32:46 EDT 2017

Merge pull request #62 from katajakasa/doc-use-sse

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