diff --git a/Makefile b/Makefile index ed7be633..f6ec553c 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ $(NONANDROID_TARGETS): LDFLAGS += -rdynamic $(ANDROID_TARGETS): CFLAGS += \ --sysroot $(ANDROID_NDK)/toolchains/llvm/prebuilt/linux-x86_64/sysroot \ -fPIC \ + -fdebug-compilation-dir . \ -fomit-frame-pointer \ -fno-asynchronous-unwind-tables $(ANDROID_TARGETS): LDFLAGS += --sysroot $(ANDROID_NDK)/toolchains/llvm/prebuilt/linux-x86_64/sysroot -fPIC