remove `toolset "clang"` option from premake5.lua

This commit is contained in:
Chris Kim 2015-05-15 19:27:32 -04:00
parent fe967e7656
commit a94715a302
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ solution "demboyz"
configuration "gmake"
-- Enables C++11 support.
buildoptions { "-std=c++0x" }
toolset "clang"
project "demboyz"
kind "ConsoleApp"