1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

Demos: Compile LinkDemo as a PIE with interpreter /lib/lib-elf.so

This commit is contained in:
Andrew Kaster 2020-01-10 18:39:57 -07:00 committed by Andreas Kling
parent 7a7e7c82b5
commit c3be3718cf

View file

@ -3,4 +3,7 @@ OBJS = \
PROGRAM = LinkDemo
SUBPROJECT_CXXFLAGS = -fPIC
LDFLAGS = -pie -Wl,--dynamic-linker=/lib/ld-elf.so
include ../../../Makefile.common