ld.so: no longer build as a static binary
It seems that it is not required after all.
This commit is contained in:
parent
5a57b1e191
commit
af05d537cb
@ -7,7 +7,7 @@ cppflags_force=
|
|||||||
cflags_force=-g
|
cflags_force=-g
|
||||||
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags_force=
|
ldflags_force=
|
||||||
ldflags=-static -pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,loader.h
|
dist=Makefile,loader.h
|
||||||
mode=amd64-debug
|
mode=amd64-debug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user