Made clang the default compiler for gmake
This commit is contained in:
parent
2e75619f42
commit
8455736f7c
@ -11,6 +11,7 @@ solution "demboyz"
|
|||||||
configuration "gmake"
|
configuration "gmake"
|
||||||
-- Enables C++11 support.
|
-- Enables C++11 support.
|
||||||
buildoptions { "-std=c++0x" }
|
buildoptions { "-std=c++0x" }
|
||||||
|
toolset "clang"
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
|
Loading…
Reference in New Issue
Block a user