mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Exosphere: Fix CFLAGs for latest devkitA64
This commit is contained in:
parent
a3d53fbb2c
commit
a9b20b5553
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ CFLAGS := \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-fomit-frame-pointer \
|
-fomit-frame-pointer \
|
||||||
|
-fno-asynchronous-unwind-tables \
|
||||||
|
-fno-unwind-tables \
|
||||||
-std=gnu11 \
|
-std=gnu11 \
|
||||||
-Werror \
|
-Werror \
|
||||||
-Wall \
|
-Wall \
|
||||||
|
|
Loading…
Reference in a new issue