You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
369 B
12 lines
369 B
diff -u -r ../kakoune-2019.12.10/src/main.cc ./src/main.cc
|
|
--- ../kakoune-2019.12.10/src/main.cc 2019-12-10 10:36:03.000000000 +0000
|
|
+++ ./src/main.cc 2019-12-30 00:07:57.513633000 +0000
|
|
@@ -1184,7 +1184,7 @@
|
|
return 0;
|
|
}
|
|
|
|
-#if defined(__ELF__)
|
|
+#if defined(__ELF__) && !defined(__ANDROID__)
|
|
asm(R"(
|
|
.pushsection ".debug_gdb_scripts", "MS",@progbits,1
|
|
.byte 4
|
|
|