Changed PIC to PIE.

This commit is contained in:
yellows8 2017-09-21 19:47:38 -04:00
parent ecc48e8101
commit 401e450e12

View File

@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -fPIC
ARCH := -march=armv8-a -fPIE
CFLAGS := -g -Wall -O2 \
-ffast-math \