Add flag to tell linker not to add a build ID
This commit is contained in:
parent
b7eb10f77b
commit
a1c00187c4
2
makefile
2
makefile
|
@ -2,7 +2,7 @@ DEFAULT_HOST:=i686-elf
|
||||||
HOST?=DEFAULT_HOST
|
HOST?=DEFAULT_HOST
|
||||||
HOSTARCH:=i386
|
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?=
|
CPPFLAGS?=
|
||||||
LDFLAGS?=
|
LDFLAGS?=
|
||||||
LIBS?=
|
LIBS?=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user