# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1653208747 14400 # Node ID dbed5f51d635a5b154f76e894b0c4df5fd437a2e # Parent 76698158a01a06160b5fc8457b894dd221c91755 Thanks, Google! diff -r 76698158a01a -r dbed5f51d635 Makefile --- a/Makefile Sun May 22 04:33:17 2022 -0400 +++ b/Makefile Sun May 22 04:39:07 2022 -0400 @@ -1,7 +1,7 @@ CC_FLAGS=-Wall -O2 -fstack-protector -fdata-sections -ffunction-sections LD_FLAGS= -ifeq ($(UNAME_S),Darwin) # macOS is the odd one... +ifeq ($(shell uname -s),Darwin) # macOS is the odd one... LD_FLAGS+=-Wl,-dead_strip else LD_FLAGS+=-Wl,--gc-sections