Skip to content

Commit

Permalink
[Switch] fix compilation with latest toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed May 22, 2021
1 parent 0c25b44 commit 79c059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -112,7 +112,7 @@ SYS_CFLAGS = -DTARGET_SDL2 \
-Wl,-q -Wall -Wno-unused-variable -O3 \
-ffunction-sections \
-ffast-math -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE \
-fno-rtti -fno-exceptions
-fno-rtti -fno-exceptions -fcommon
SYS_LDFLAGS = $(SYS_CFLAGS) \
-specs=$(DEVKITPRO)/libnx/switch.specs \
-L$(DEVKITPRO)/libnx/lib \
Expand Down

0 comments on commit 79c059a

Please sign in to comment.