mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-08-05 16:09: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
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -march=armv8-a -fPIC
|
||||
ARCH := -march=armv8-a -fPIE
|
||||
|
||||
CFLAGS := -g -Wall -O2 \
|
||||
-ffast-math \
|
||||
|
Loading…
Reference in New Issue
Block a user