From a1c00187c49be82f17a801ffa97e0bae94507c6b Mon Sep 17 00:00:00 2001 From: Jessica Creighton Date: Thu, 20 Jun 2019 20:08:53 -0400 Subject: [PATCH] Add flag to tell linker not to add a build ID --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2c3eb67..f0ecd6a 100755 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ DEFAULT_HOST:=i686-elf HOST?=DEFAULT_HOST HOSTARCH:=i386 -CFLAGS?= -O2 -g -m32 -no-pie -fno-stack-protector +CFLAGS?= -O2 -g -m32 -no-pie -fno-stack-protector -Wl,--build-id=none CPPFLAGS?= LDFLAGS?= LIBS?=