We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbd1e7 commit 95f97c5Copy full SHA for 95f97c5
CMakeLists.txt
@@ -30,6 +30,7 @@ set(LUA_LIBRARIES luajit)
30
if(NOT CMAKE_BUILD_TYPE)
31
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
32
elseif(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
33
+ add_definitions(-DDEBUG)
34
set(LUA_LIBRARIES luajit-debug)
35
endif()
36
0 commit comments