bumping version, small fixes

This commit is contained in:
2026-01-11 00:27:49 +01:00
parent 8ccfa0bee1
commit 278e29d277
9 changed files with 5 additions and 32 deletions

View File

@@ -11,11 +11,6 @@ set_targetdir("./")
set_optimize("fastest")
-- Options
option("force_integrated_gpu")
set_default(false)
add_defines("FORCE_INTEGRATED_GPU")
option_end()
option("graphics_memory_dump")
set_default(false)
add_defines("GRAPHICS_MEMORY_DUMP")
@@ -42,7 +37,6 @@ target("mlx")
set_default(true)
set_license("MIT")
set_kind("shared")
add_options("force_integrated_gpu")
add_options("graphics_memory_dump")
add_options("profiler")
add_options("force_wayland")