Co-authored-by: 0verLighT <alexandre@0verlight.com>
This commit is contained in:
2026-01-11 00:33:12 +01:00
committed by GitHub
parent 768dc0c1d9
commit 3e82487037
9 changed files with 4 additions and 31 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")