From 884c7375c480fabb96f1c7d4586deb8a9a780fda Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 8 Oct 2013 15:08:54 +0100 Subject: [PATCH] Remove unused build code. --- build/premake4.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/premake4.lua b/build/premake4.lua index 4892aa6f..7418615d 100644 --- a/build/premake4.lua +++ b/build/premake4.lua @@ -23,9 +23,7 @@ solution "CppSharp" debugdir (bindir) -- startproject "Generator" - - configuration "Release" - optimize() + configuration "vs2012" framework "4.0"