From 45a520245657e39afbd5a8ffc2d8a06d0461dbfd Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 18 Jan 2023 00:07:02 +0000 Subject: [PATCH] Spelled this argument wrong. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4130 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf788663..71932d41 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CFLAGS += \ -fdata-sections \ -fno-omit-frame-pointer \ -g -LDFLAGS += -Wl,-gc-sections +LDFLAGS += -Wl,--gc-sections NDK_PATH := /usr/lib/android-sdk/ndk-bundle NDK_API_VERSION := 30