You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
247 B

  1. menu "Configuration"
  2. depends on PACKAGE_luv
  3. config LUV_USE_LUAJIT_ENGINE
  4. bool "Use luajit engine"
  5. select PACKAGE_luajit
  6. help
  7. If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
  8. default n
  9. endmenu