Skip to content
Snippets Groups Projects
Commit 5dc397e5 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

arm: remove LuaJIT EXTERNAL_UNWIND on x86/64

parent 60818edd
No related merge requests found
......@@ -145,10 +145,6 @@ macro(luajit_build)
separate_arguments(luajit_cflags)
set (luajut_ldflags ${CMAKE_STATIC_LINKER_FLAGS})
separate_arguments(luajit_ldflags)
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "86|amd64")
# Use external unwind on x86
set (luajit_xcflags "-DLUAJIT_UNWIND_EXTERNAL=1")
endif()
# We are consciously ommiting debug info in RelWithDebugInfo mode
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
set (luajit_ccopt -O0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment