mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-08-06 08:29:24 +02:00
Changed PIC to PIE.
This commit is contained in:
parent
ecc48e8101
commit
401e450e12
@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
ARCH := -march=armv8-a -fPIC
|
ARCH := -march=armv8-a -fPIE
|
||||||
|
|
||||||
CFLAGS := -g -Wall -O2 \
|
CFLAGS := -g -Wall -O2 \
|
||||||
-ffast-math \
|
-ffast-math \
|
||||||
|
Loading…
Reference in New Issue
Block a user