Add flag to tell linker not to add a build ID

This commit is contained in:
Jessica Creighton 2019-06-20 20:08:53 -04:00
parent b7eb10f77b
commit a1c00187c4

View File

@ -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?=