From: Joost VandeVondele Date: Wed, 12 Aug 2020 15:21:12 +0000 (+0200) Subject: Output the SSE2 flag in compiler_info X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=69cfe28f315b559cb1a07c0806266aa2850b5d4b;hp=69cfe28f315b559cb1a07c0806266aa2850b5d4b;p=stockfish Output the SSE2 flag in compiler_info was missing in the list of outputs, slightly reorder flags. explicitly add -msse2 if USE_SSE2 (is implicit already, -msse -m64). closes https://github.com/official-stockfish/Stockfish/pull/2990 No functional change. ---