]> git.sesse.net Git - stockfish/commit
Remove redundant -std=c++0x flag
authorJoona Kiiski <joona@zoox.com>
Sun, 17 Jan 2016 15:43:33 +0000 (15:43 +0000)
committerJoona Kiiski <joona@zoox.com>
Mon, 18 Jan 2016 21:54:40 +0000 (21:54 +0000)
commitebec2fa48e8e36e02951f48cbe2298f85b630e0f
treef63e41a5a331bde8a44f0671e1c08e02fa3deb63
parent552b3ccb662826ab2e15b954e7717eeace829560
Remove redundant -std=c++0x flag

This flag is functionally identical to '-std=c++11' flag which
is part of standard flags.

No functional change

Resolves #571
src/Makefile