From e7f6cdcd8a5003068c79411fc7d1e06b57d15554 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Sun, 4 Jun 2017 16:54:33 +0200 Subject: [PATCH] fixed a deadlock (updated r2) --- iaito_win32 | 2 +- radare2 | 2 +- src/iaito.pro | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/iaito_win32 b/iaito_win32 index 52152c9d..64e45d58 160000 --- a/iaito_win32 +++ b/iaito_win32 @@ -1 +1 @@ -Subproject commit 52152c9d53884415d4272e85e316858844adf0c8 +Subproject commit 64e45d58283055cb74bdb145093cc565710ae7c7 diff --git a/radare2 b/radare2 index e16e4256..3fd5112d 160000 --- a/radare2 +++ b/radare2 @@ -1 +1 @@ -Subproject commit e16e42568b6f8a4aac48b99d32a91c2a6cee0025 +Subproject commit 3fd5112d957ba25ad73f2662bc85f3e18c1b93f0 diff --git a/src/iaito.pro b/src/iaito.pro index 1d5686ed..62646cf1 100644 --- a/src/iaito.pro +++ b/src/iaito.pro @@ -5,6 +5,9 @@ TARGET = iaito # The application version win32 { VERSION = 1.0 +# Generate debug symbols in release mode +QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler +QMAKE_LFLAGS_RELEASE += /DEBUG # Linker } else { VERSION = 1.0-dev }