> but does it make sense to have the strip symbol option available > on lua_load().or luaL_loadfile(). It may make sense but it'll complicate the loader because it'll have to read and skip the debug info. Stripping at dump time is much easier. --lhf