> 1. The Makefile assumes gcc. So we might as well use all gcc-specific flags > to get a better Lua core and interpreter, for some definition of "better". How about -mtune=native? It seems safe enough. Is it implied by any of the -O options?