13 lines
362 B
Diff
13 lines
362 B
Diff
diff -Nuar radare2-5.5.0.orig/shlr/Makefile radare2-5.5.0.mod/shlr/Makefile
|
|
--- radare2-5.5.0.orig/shlr/Makefile 2021-11-15 13:09:38.533381825 -0300
|
|
+++ radare2-5.5.0.mod/shlr/Makefile 2021-11-15 13:11:41.325381737 -0300
|
|
@@ -10,7 +10,7 @@
|
|
ifeq ($(shell test -d ../.git && echo 1),1)
|
|
CS_RELEASE=0
|
|
else
|
|
-CS_RELEASE=1
|
|
+CS_RELEASE=0
|
|
endif
|
|
|
|
CAPSTONE_CFLAGS?=-g
|