Added Lua C API checks in Debug builds.
This commit is contained in:
parent
011126293b
commit
ceac39c4cd
@ -78,6 +78,9 @@ endif()
|
||||
# The Expat library is linked in statically, make the source files aware of that:
|
||||
add_definitions(-DXML_STATIC)
|
||||
|
||||
# Let Lua use additional checks on its C API. This is only compiled into Debug builds:
|
||||
add_definitions(-DLUA_USE_APICHECK)
|
||||
|
||||
# Self Test Mode enables extra checks at startup
|
||||
if(${SELF_TEST})
|
||||
add_definitions(-DSELF_TEST)
|
||||
|
Loading…
Reference in New Issue
Block a user