From 706bd2c51f7379639fffa250d99c444355e71834 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 4 May 2023 00:44:32 +0000 Subject: [PATCH] Save some space + more deterministic with relative paths for debug info. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4286 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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