mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
fixed a deadlock (updated r2)
This commit is contained in:
parent
2e4c088eab
commit
e7f6cdcd8a
@ -1 +1 @@
|
|||||||
Subproject commit 52152c9d53884415d4272e85e316858844adf0c8
|
Subproject commit 64e45d58283055cb74bdb145093cc565710ae7c7
|
2
radare2
2
radare2
@ -1 +1 @@
|
|||||||
Subproject commit e16e42568b6f8a4aac48b99d32a91c2a6cee0025
|
Subproject commit 3fd5112d957ba25ad73f2662bc85f3e18c1b93f0
|
@ -5,6 +5,9 @@ TARGET = iaito
|
|||||||
# The application version
|
# The application version
|
||||||
win32 {
|
win32 {
|
||||||
VERSION = 1.0
|
VERSION = 1.0
|
||||||
|
# Generate debug symbols in release mode
|
||||||
|
QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler
|
||||||
|
QMAKE_LFLAGS_RELEASE += /DEBUG # Linker
|
||||||
} else {
|
} else {
|
||||||
VERSION = 1.0-dev
|
VERSION = 1.0-dev
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user