remove flags for old luajit

This commit is contained in:
Milek7
2021-09-12 17:03:37 +02:00
committed by GitHub
parent 994b1446c1
commit f1723ac66b

View File

@@ -43,7 +43,6 @@ file(GLOB HEADERS "*.h"
if (APPLE) if (APPLE)
set (CMAKE_FIND_FRAMEWORK LAST) set (CMAKE_FIND_FRAMEWORK LAST)
set (CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
endif() endif()
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON) option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON)