]> git.lizzy.rs Git - metalua.git/commitdiff
fixed LUA_MFAST
authorFabien Fleutot <fabien@macfabien.local>
Thu, 7 Feb 2008 07:25:50 +0000 (08:25 +0100)
committerFabien Fleutot <fabien@macfabien.local>
Thu, 7 Feb 2008 07:25:50 +0000 (08:25 +0100)
src/lib/package2.lua

index 5ac1fe2356c8359a12d5feaec1615d8b8d6fd170..738e32e21483583f774d12fcbd682a6cb4c6ed29 100644 (file)
@@ -50,8 +50,8 @@ local function spring_load(filename)
 
    if env_fast=='yes' or env_fast=='true' then 
       -- degraded mode without spring:
-      print "Warning: loading metalua source file in the same compilation ring;"
-      print "metalevels 0 might interfere, condider unsetting environment variable LUA_MFAST"
+      -- print "Warning: loading metalua source file in the same compilation ring;"
+      -- print "metalevels 0 might interfere, condider unsetting environment variable LUA_MFAST"
       return mlc.function_of_luafile(filename) 
    else
       -- run compilation in a separate spring universe: