5 lines
68 B
Bash
5 lines
68 B
Bash
if [ -n "$build_pie" ]; then
|
|
CFLAGS+=" -fPIE"
|
|
LDFLAGS+=" -pie"
|
|
fi
|