From 24818af54a4ddad028a54c99a10ade7dac8c4066 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Tue, 5 Jul 2011 07:05:54 +0000
Subject: [PATCH] LuaJIT2 is now the default premake target

git-svn-id: http://svn.net-core.org/repos/t-engine4@3794 51575b47-30f0-44d4-a5cc-537603b46e54
---
 build/options.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/options.lua b/build/options.lua
index cb181d6dda..944835fb46 100644
--- a/build/options.lua
+++ b/build/options.lua
@@ -47,4 +47,4 @@ newoption {
 	description = "Enables compiling with all pedantic options",
 }
 
-_OPTIONS.lua = _OPTIONS.lua or "default"
+_OPTIONS.lua = _OPTIONS.lua or "jit2"
-- 
GitLab