Gdb debug server (#2542)

This commit is contained in:
Andrey 2017-04-02 20:10:06 +02:00 committed by Ivan
parent b54ba47870
commit 215a9f9e11
9 changed files with 1025 additions and 2 deletions

View file

@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 2.8.12)
# uncomment next line if you want to build with GDB stub
# add_definitions(-DWITH_GDB_DEBUGGER)
set(ASMJIT_STATIC TRUE)
if (NOT CMAKE_BUILD_TYPE)